Skip to content

Commit

Permalink
Go v1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Feb 20, 2023
1 parent 64a31ee commit 89f029f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .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"
go-version: "1.20.1"

- name: OS Packages
run: |
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
FROM golang:1.20.1

#
# 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"
GARBLE_VER="1.20.0"
GO_VER="1.20.1"
GARBLE_VER="1.20.1"
SGN_VER="0.0.3"

GO_ARCH_1="amd64"
Expand Down

0 comments on commit 89f029f

Please sign in to comment.