Skip to content

Commit 1628728

Browse files
committed
TECH Switch GitHub actions to the latest Go
1 parent 7b0de14 commit 1628728

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

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.23
24+
go-version: ^1.25
2525

2626
- name: Build
2727
run: go build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: ^1.23
20+
go-version: ^1.25
2121

2222
- name: Release
2323
uses: goreleaser/goreleaser-action@v5

0 commit comments

Comments
 (0)