Skip to content

Commit

Permalink
ci: update staticcheck to 2023.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <[email protected]>
  • Loading branch information
florianl committed Sep 9, 2023
1 parent b3759dc commit cf2d628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ 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.19')
if: matrix.platform == 'ubuntu-latest' && startsWith(matrix.go-version, '1.21')
uses: dominikh/[email protected]
with:
version: "2023.1.3"
version: "2023.1.5"
install-go: false
cache-key: ${{ matrix.go-version }}

0 comments on commit cf2d628

Please sign in to comment.