Skip to content

Commit a876953

Browse files
committed
Update Go to v1.25.0
1 parent 6dd6652 commit a876953

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-main.yaml

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.24
20+
go-version: 1.25
2121

2222
- name: Disable default go problem matcher
2323
run: echo "::remove-matcher owner=go::"

.github/workflows/preflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: 1.24
23+
go-version: 1.25
2424

2525
- name: Disable default go problem matcher
2626
run: echo "::remove-matcher owner=go::"

0 commit comments

Comments
 (0)