Skip to content

Commit e263d87

Browse files
authored
Build binaries with Go 1.25 (#144)
1 parent 2555512 commit e263d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v6
1616
with:
17-
go-version: "1.24"
17+
go-version: "1.25"
1818

1919
- name: Checkout
2020
uses: actions/checkout@v5

0 commit comments

Comments
 (0)