Skip to content

Commit ba24e4b

Browse files
committed
chore(ci): update Go versions in workflows to 1.24 and 1.25
1 parent da045ec commit ba24e4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: 1.22.x
24+
go-version: 1.25.x
2525
- name: Run GoReleaser
2626
uses: goreleaser/goreleaser-action@v6
2727
with:

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
strategy:
88
matrix:
99
go-version:
10-
- 1.21.x
11-
- 1.22.x
10+
- 1.24.x
11+
- 1.25.x
1212
platform:
1313
- ubuntu-latest
1414
- macos-latest

0 commit comments

Comments
 (0)