Skip to content

Commit

Permalink
Merge pull request #706 from BishopFox/go/v1.18.3
Browse files Browse the repository at this point in the history
Go v1.18.3
  • Loading branch information
moloch-- authored Jun 9, 2022
2 parents 856fbb5 + 22b2704 commit 23eef3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.2
FROM golang:1.18.3

#
# IMPORTANT: This Dockerfile is used for testing, I do not recommend deploying
Expand Down
2 changes: 1 addition & 1 deletion go-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set -e

# Creates the static go asset archives

GO_VER="1.18.2"
GO_VER="1.18.3"
GARBLE_VER="1.18.0"

GO_ARCH_1="amd64"
Expand Down

0 comments on commit 23eef3d

Please sign in to comment.