Skip to content

Commit

Permalink
update go to 1.22.5 and fix golangci-lint action (#542)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato authored Jul 15, 2024
1 parent e999077 commit fdd6e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
timeout-minutes: 5
with:
version: v1.59
args: --timeout 10m

generate-docs:
name: generate-docs
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/sigstore/gitsign

go 1.22.0

toolchain go1.22.4
go 1.22.5

require (
github.com/coreos/go-oidc/v3 v3.11.0
Expand Down

0 comments on commit fdd6e3a

Please sign in to comment.