Skip to content

Commit 6fa4aeb

Browse files
authored
Merge pull request BishopFox#676 from BishopFox/go/v1.18.2
Go v1.18.2
2 parents 802ad9d + 4e6466f commit 6fa4aeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18.1
1+
FROM golang:1.18.2
22

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

go-assets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set -e
2020

2121
# Creates the static go asset archives
2222

23-
GO_VER="1.18.1"
23+
GO_VER="1.18.2"
2424
GARBLE_VER="1.18.0"
2525

2626
GO_ARCH_1="amd64"

0 commit comments

Comments
 (0)