Skip to content

Commit

Permalink
chore: downgrade go builder version
Browse files Browse the repository at this point in the history
golang/go#40795

Signed-off-by: Goren G <yong.gu@qlink.mobi>
  • Loading branch information
Goren G committed Sep 14, 2020
1 parent 76a50ba commit 81ce5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,7 +16,7 @@ MAIN = cmd/main.go
BUILDDIR = build
GITREV = $(shell git rev-parse --short HEAD)
BUILDTIME = $(shell date +'%FT%TZ%z')
GO_BUILDER_VERSION=v1.15.1
GO_BUILDER_VERSION=v1.14.4

deps:
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
Expand Down

0 comments on commit 81ce5e3

Please sign in to comment.