Skip to content

Commit

Permalink
Merge pull request #403 from getlantern/go-1.14
Browse files Browse the repository at this point in the history
Bump go version to 1.14
  • Loading branch information
myleshorton authored Jun 11, 2020
2 parents d608db0 + 6a07061 commit 4afe1aa
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 @@ -4,7 +4,7 @@ BUILD_DIR ?= bin
GIT_REVISION := $(shell git rev-parse --short HEAD)
CHANGE_BIN := $(shell which github_changelog_generator)

GO_VERSION := 1.13.4
GO_VERSION := 1.14.4

DOCKER_IMAGE_TAG := http-proxy-builder
DOCKER_VOLS = "-v $$PWD/../../..:/src"
Expand Down

0 comments on commit 4afe1aa

Please sign in to comment.