Skip to content

Commit

Permalink
Update go min require and golangci-lint (#1885)
Browse files Browse the repository at this point in the history
* update golangci-lint to v1.62.x

Signed-off-by: cpanato <ctadeu@gmail.com>

* update go to min go1.23.4

Signed-off-by: cpanato <ctadeu@gmail.com>

---------

Signed-off-by: cpanato <ctadeu@gmail.com>
cpanato authored Dec 12, 2024
1 parent 811318b commit eb1f9a3
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
version: v1.61
version: v1.62

oidc-config:
name: oidc-config
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sigstore/fulcio

go 1.23.2
go 1.23.4

require (
chainguard.dev/go-grpc-kit v0.17.7

0 comments on commit eb1f9a3

Please sign in to comment.