We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13fcd6 commit d59b44bCopy full SHA for d59b44b
.github/workflows/release.yaml
@@ -15,11 +15,10 @@ jobs:
15
steps:
16
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
17
with:
18
- fetch-depth: 0 # this is important, otherwise it won't checkout the full tree (i.e. no previous tags)
+ fetch-depth: 0
19
- uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3.6.1
20
21
- go-version: 1.19
22
- cache: true
+ go-version-file: go.mod
23
- uses: goto-bus-stop/setup-zig@abea47f85e598557f500fa1fd2ab7464fcb39406 # v2.2.1
24
- name: Set output
25
id: macos_sdk
go.mod
@@ -1,3 +1,3 @@
1
module github.com/developer-guy/goreleaser-zig-cross-compilation
2
3
-go 1.19
+go 1.25.4
0 commit comments