Skip to content

Commit

Permalink
Merge pull request #1091 from BishopFox/go/v1.20
Browse files Browse the repository at this point in the history
Go/v1.20
  • Loading branch information
moloch-- authored Feb 1, 2023
2 parents 4c172b7 + 204519b commit cb3fc29
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM golang:1.19.5
FROM golang:1.20

#
# IMPORTANT: This Dockerfile is used for testing, I do not recommend deploying
# Sliver using this container configuration! However, if you do want
# a Docker deployment this is probably a good place to start.
#

ENV PROTOC_VER 3.19.4
ENV PROTOC_VER 3.21.12
ENV PROTOC_GEN_GO_VER v1.27.1
ENV GRPC_GO v1.2.0

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.0"
SGN_VER="0.0.3"

GO_ARCH_1="amd64"
Expand Down

0 comments on commit cb3fc29

Please sign in to comment.