Skip to content

Commit

Permalink
run staticcheck only on go 1.17
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <[email protected]>
  • Loading branch information
florianl committed Mar 25, 2022
1 parent c320403 commit d7801b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo iptables -I OUTPUT -p icmp -j NFQUEUE --queue-num 100
go test -v -tags integration -exec=sudo -count=1 ./...
- name: staticcheck.io
if: matrix.platform == 'ubuntu-latest' && startsWith(matrix.go-version, '1.18')
if: matrix.platform == 'ubuntu-latest' && startsWith(matrix.go-version, '1.17')
uses: dominikh/[email protected]
with:
version: "2021.1.1"
Expand Down

0 comments on commit d7801b7

Please sign in to comment.