Skip to content

Commit b50c398

Browse files
committed
github action using go 1.25
1 parent 8c16f7f commit b50c398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Set up Go 1.24.x
20+
- name: Set up Go 1.25.x
2121
uses: actions/setup-go@v4
2222
with:
23-
go-version: '1.24'
23+
go-version: '1.25'
2424

2525
- name: Set up Mage
2626
run: go install tool

0 commit comments

Comments
 (0)