Skip to content

Commit

Permalink
Merge pull request #342 from NethermindEth/fix/windows
Browse files Browse the repository at this point in the history
Fix golang version for release
  • Loading branch information
stdevMac authored Dec 11, 2023
2 parents 840b14a + baeec11 commit 1409206
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: "1.18.3"
go-version: "1.19.0"

- run: chmod +x ./scripts/build-go-darwin-binaries.sh && ./scripts/build-go-darwin-binaries.sh

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: "1.18.3"
go-version: "1.21.0"

- run: scripts\build-go-windows-binaries.ps1

Expand All @@ -74,7 +74,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: "1.18.3"
go-version: "1.19.0"

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
path: sedge
- uses: actions/setup-go@v3
with:
go-version: "1.18.3"
go-version: "1.19.0"
- name: Run publish PPA script
env:
GOPATH: /home/runner/go
Expand Down

0 comments on commit 1409206

Please sign in to comment.