Skip to content

Commit aa9ee0b

Browse files
committed
Update CI and go.mod to Go 1.25
1 parent 4cd74d6 commit aa9ee0b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3030
with:
31-
go-version: '1.24'
31+
go-version: '1.25'
3232
check-latest: true
3333

3434
- run: |

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2727
with:
28-
go-version: '1.24'
28+
go-version: '1.25'
2929
check-latest: true
3030

3131
- name: golangci-lint

go.mod

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

3-
go 1.25.7
3+
go 1.25.0
44

55
require (
66
github.com/BurntSushi/toml v1.6.0

0 commit comments

Comments
 (0)