Skip to content

Commit

Permalink
(chore) bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Jul 30, 2022
1 parent 12f01a9 commit 31c6e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
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.18.2# https://github.com/elastic/golang-crossbuild
DOCKER_GO_VER := 1.18.4# 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 31c6e64

Please sign in to comment.