Skip to content

Commit a43319a

Browse files
authored
bump to go 1.25 (#245)
Signed-off-by: Carlos Panato <[email protected]>
1 parent 1f64aba commit a43319a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
with:
4040
go-version-file: 'go.mod'
4141
check-latest: true
42+
cache: false
4243

4344
- name: build
4445
run: go build ./...

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ jobs:
3636
with:
3737
go-version-file: 'go.mod'
3838
check-latest: true
39+
cache: false
3940

4041
- name: golangci-lint
4142
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
4243
with:
43-
version: v2.1
44+
version: v2.4

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.24
3+
go 1.25
44

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

0 commit comments

Comments
 (0)