Skip to content

Commit

Permalink
(chore) bump go version used for releases to 1.15.10
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Mar 24, 2021
1 parent 28a8c77 commit 6697b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -6,7 +6,7 @@ APPVER := $(shell grep 'version =' cmd/version.go | cut -d \" -f2)
PWD := $(shell pwd)
LD_FLAGS := -ldflags="-s -w -X=github.com/sensepost/gowitness/cmd.gitHash=$(V) -X=github.com/sensepost/gowitness/cmd.goVer=$(G)"
BIN_DIR := build
DOCKER_GO_VER := 1.15.8# https://github.com/elastic/golang-crossbuild
DOCKER_GO_VER := 1.15.10# https://github.com/elastic/golang-crossbuild
DOCKER_RELEASE_BUILD_CMD := docker run --rm -it -v $(PWD):/go/src/github.com/sensepost/gowitness \
-w /go/src/github.com/sensepost/gowitness -e CGO_ENABLED=1 \
docker.elastic.co/beats-dev/golang-crossbuild:$(DOCKER_GO_VER)
Expand Down

0 comments on commit 6697b99

Please sign in to comment.