Skip to content

Commit

Permalink
Go v1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Feb 1, 2023
1 parent 4c172b7 commit e6a9744
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Go 1.19
- name: Go 1.20
uses: actions/setup-go@v3
with:
go-version: "^1.19"
go-version: "^1.20"

- name: OS Packages
run: |
Expand Down Expand Up @@ -62,10 +62,10 @@ jobs:
runs-on: macos-latest
timeout-minutes: 45
steps:
- name: Go 1.19
- name: Go 1.20
uses: actions/setup-go@v3
with:
go-version: "1.19.1"
go-version: "1.20.1"

- name: Mingw
run: brew install mingw-w64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
# Setup go environment
- name: Go 1.19
- name: Go 1.20
uses: actions/setup-go@v3
with:
go-version: "^1.19"
go-version: "^1.20"

- name: Checkout repository
uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 90
steps:
- name: Go 1.19
- name: Go 1.20
uses: actions/setup-go@v3
with:
go-version: "^1.19"
go-version: "^1.20"

- name: OS Packages
run: |
Expand Down Expand Up @@ -49,10 +49,10 @@ jobs:
runs-on: macos-latest
timeout-minutes: 90
steps:
- name: Go 1.19
- name: Go 1.20
uses: actions/setup-go@v3
with:
go-version: "^1.19"
go-version: "^1.20"

- name: Mingw
run: brew install mingw-w64
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.5
FROM golang:1.20

#
# IMPORTANT: This Dockerfile is used for testing, I do not recommend deploying
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.19.5"
GARBLE_VER="1.19.5"
GO_VER="1.20"
GARBLE_VER="1.20"
SGN_VER="0.0.3"

GO_ARCH_1="amd64"
Expand Down

0 comments on commit e6a9744

Please sign in to comment.