Skip to content

Commit

Permalink
Merge pull request #236 from BishopFox/stage
Browse files Browse the repository at this point in the history
Go v1.15
  • Loading branch information
moloch-- authored Aug 12, 2020
2 parents b844833 + 44b2de4 commit 67e5f35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.14.4
FROM golang:1.15

#
# IMPORTANT: This Dockerfile is used for testing, I do not recommend deploying
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ endif
#
# Version Information
#
VERSION = 1.0.6
VERSION = 1.0.7
COMPILED_AT = $(shell date +%s)
RELEASES_URL = https://api.github.com/repos/BishopFox/sliver/releases
PKG = github.com/bishopfox/sliver/client/version
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 @@
# Creates the static go asset archives
# You'll need wget, tar, and unzip commands

GO_VER="1.14.4"
GO_VER="1.15"
GO_ARCH="amd64"
BLOAT_FILES="AUTHORS CONTRIBUTORS PATENTS VERSION favicon.ico robots.txt CONTRIBUTING.md LICENSE README.md ./doc ./test ./api ./misc"

Expand Down

0 comments on commit 67e5f35

Please sign in to comment.