Skip to content

Commit d59b44b

Browse files
committed
feat: update go
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
1 parent a13fcd6 commit d59b44b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1717
with:
18-
fetch-depth: 0 # this is important, otherwise it won't checkout the full tree (i.e. no previous tags)
18+
fetch-depth: 0
1919
- uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3.6.1
2020
with:
21-
go-version: 1.19
22-
cache: true
21+
go-version-file: go.mod
2322
- uses: goto-bus-stop/setup-zig@abea47f85e598557f500fa1fd2ab7464fcb39406 # v2.2.1
2423
- name: Set output
2524
id: macos_sdk

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/developer-guy/goreleaser-zig-cross-compilation
22

3-
go 1.19
3+
go 1.25.4

0 commit comments

Comments
 (0)