Skip to content

Commit

Permalink
Go v1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Mar 8, 2023
1 parent 1f76a3f commit 3a8017e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Go 1.20
uses: actions/setup-go@v3
with:
go-version: "1.20.1"
go-version: "1.20.2"

- name: OS Packages
run: |
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Go 1.20
uses: actions/setup-go@v3
with:
go-version: "^1.20"
go-version: "1.20.2"

- name: Mingw
run: brew install mingw-w64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Go 1.20
uses: actions/setup-go@v3
with:
go-version: "^1.20"
go-version: "1.20.2"

- name: OS Packages
run: |
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Go 1.20
uses: actions/setup-go@v3
with:
go-version: "^1.20"
go-version: "1.20.2"

- name: Mingw
run: brew install mingw-w64
Expand Down
4 changes: 2 additions & 2 deletions go-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ set -e

# Creates the static go asset archives

GO_VER="1.20.1"
GARBLE_VER="1.20.2"
GO_VER="1.20.2"
GARBLE_VER="1.20.3"
SGN_VER="0.0.3"

GO_ARCH_1="amd64"
Expand Down

0 comments on commit 3a8017e

Please sign in to comment.