Skip to content

Commit

Permalink
chore: comment steps that require go1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Aug 5, 2023
1 parent 23cb53b commit f3067c5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@ jobs:
run: golangci-lint run --fix --timeout 5m
working-directory: ${{ matrix.folder-path }}

- name: Install shadow
run: go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@${{ env.GOPLS_VERSION }}
- name: Run shadow
run: shadow ./...
working-directory: ${{ matrix.folder-path }}
# Those steps are commented because they require go1.18.
#- name: Install shadow
# run: go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest
#- name: Run shadow
# run: shadow ./...
# working-directory: ${{ matrix.folder-path }}

build:
name: build
Expand Down

0 comments on commit f3067c5

Please sign in to comment.