Skip to content

Commit 0d6387e

Browse files
authored
bump go.mod to go1.24 and golangci-lint (#214)
Signed-off-by: cpanato <[email protected]>
1 parent ce85dda commit 0d6387e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
- name: golangci-lint
3838
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
3939
with:
40-
version: v1.59
40+
version: v1.64

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sigstore/github-sync
22

3-
go 1.22
3+
go 1.24
44

55
require (
66
github.com/bmatcuk/doublestar/v3 v3.0.0

0 commit comments

Comments
 (0)