Skip to content

Commit

Permalink
Update CI workflow tools
Browse files Browse the repository at this point in the history
- ginkgo updated to v2.22.0
- staticcheck updated to 2024.1.1
  • Loading branch information
maguro committed Dec 19, 2024
1 parent 1babccb commit 9e4c9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
run: |
pushd "$(mktemp -d)"
go mod init example.com/m # fake module
go install github.com/onsi/ginkgo/v2/ginkgo@v2.17.0
go install honnef.co/go/tools/cmd/staticcheck@2023.1.6
go install github.com/onsi/ginkgo/v2/ginkgo@v2.22.0
go install honnef.co/go/tools/cmd/staticcheck@2024.1.1
popd
shell: bash

Expand Down

0 comments on commit 9e4c9b3

Please sign in to comment.