Skip to content

Commit

Permalink
fix: golang version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Dec 11, 2023
1 parent 840b14a commit baeec11
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 baeec11

Please sign in to comment.