Skip to content

Commit 9314e98

Browse files
authored
Merge pull request #42 from sebrandon1/go_update
Update Go to v1.25.0
2 parents 85cd4c2 + a876953 commit 9314e98

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)