Skip to content

Commit e65bf51

Browse files
authored
Merge pull request #162 from sleeyax/fix/darwin-builds
Update Go version to `1.24.1` in release workflow
2 parents e7c3a74 + c372151 commit e65bf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# docs: https://github.com/marketplace/actions/golang-cgo-cross-compiler#inputs
1818
with:
1919
xgo_version: latest
20-
go_version: 1.21
20+
go_version: 1.24.1
2121
dest: build
2222
pkg: cmd
2323
prefix: server

0 commit comments

Comments
 (0)