Skip to content

Commit

Permalink
update more stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh committed Oct 18, 2024
1 parent 7207028 commit 12b7175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: golangci/golangci-lint-action@v3.4.0
with:
version: v1.51.2
version: v1.61.0

- uses: reviewdog/action-misspell@v1
if: ${{ always() }}
Expand Down
2 changes: 1 addition & 1 deletion hack/presubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export PATH="${PATH}:${TMP_DIR}/bin"
export GOPATH="${TMP_DIR}"
pushd ${TMP_DIR}
trap popd EXIT
go install honnef.co/go/tools/cmd/staticcheck@v0.3.3
go install honnef.co/go/tools/cmd/staticcheck@latest
popd

pushd ${PROJECT_ROOT}
Expand Down

0 comments on commit 12b7175

Please sign in to comment.