Skip to content

Commit

Permalink
CI: update staticcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <dev@der-flo.net>
  • Loading branch information
florianl committed Feb 28, 2024
1 parent 3ce634b commit e2d83b6
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 @@ -46,7 +46,7 @@ jobs:
if: matrix.platform == 'ubuntu-latest' && startsWith(matrix.go-version, '1.21')
uses: dominikh/staticcheck-action@v1.3.0
with:
version: "2023.1.6"
version: "2023.1.7"
install-go: false
cache-key: ${{ matrix.go-version }}
working-directory: internal
Expand Down

0 comments on commit e2d83b6

Please sign in to comment.