Skip to content

Commit 7eb77b0

Browse files
committed
Go v1.19.5
1 parent 5184aa8 commit 7eb77b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19.3
1+
FROM golang:1.19.5
22

33
#
44
# IMPORTANT: This Dockerfile is used for testing, I do not recommend deploying

go-assets.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ set -e
2020

2121
# Creates the static go asset archives
2222

23-
GO_VER="1.19.3"
24-
GARBLE_VER="1.19.4"
23+
GO_VER="1.19.5"
24+
GARBLE_VER="1.19.5"
2525
SGN_VER="0.0.3"
2626

2727
GO_ARCH_1="amd64"

0 commit comments

Comments
 (0)