Skip to content

Commit

Permalink
Merge pull request #1382 from BishopFox/go/v1.21.0
Browse files Browse the repository at this point in the history
Go v1.21.0
  • Loading branch information
moloch-- authored Aug 10, 2023
2 parents 375f6fd + 5a532f7 commit a9f885a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Go 1.20
- name: Go 1.21
uses: actions/setup-go@v4
with:
go-version: "^1.20"
go-version: "^1.21"

- name: OS Packages
run: |
Expand Down Expand Up @@ -42,10 +42,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Go 1.20
- name: Go 1.21
uses: actions/setup-go@v4
with:
go-version: "^1.20"
go-version: "^1.21"

- name: Check Out Code
uses: actions/checkout@v3
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.20
- name: Go 1.21
uses: actions/setup-go@v4
with:
go-version: "^1.20"
go-version: "^1.21"

- name: Checkout repository
uses: actions/checkout@v3
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/unit-tests.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.20
- name: Go 1.21
uses: actions/setup-go@v4
with:
go-version: "^1.20"
go-version: "^1.21"

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

- name: Mingw
run: brew install mingw-w64
Expand Down Expand Up @@ -80,10 +80,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 90
steps:
- name: Go 1.20
- name: Go 1.21
uses: actions/setup-go@v4
with:
go-version: "^1.20"
go-version: "^1.21"

- name: Check Out Code
uses: actions/checkout@v3
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.20.7
FROM golang:1.21

#
# 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.20.7"
GARBLE_VER="1.20.7"
GO_VER="1.21.0"
GARBLE_VER="1.21.0"
SGN_VER="0.0.3"

BLOAT_FILES="AUTHORS CONTRIBUTORS PATENTS VERSION favicon.ico robots.txt SECURITY.md CONTRIBUTING.md LICENSE README.md ./doc ./test ./api ./misc"
Expand Down

0 comments on commit a9f885a

Please sign in to comment.