Skip to content

Commit

Permalink
Merge pull request #51 from deitch/makefile-docker-version
Browse files Browse the repository at this point in the history
Merge pull request #50 from deitch/docker-latest-go
  • Loading branch information
deitch authored Jan 19, 2021
2 parents 1a672f2 + 81ea22b commit 0b31468
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 @@ -42,7 +42,7 @@ BUILDERTAG = $(IMGTAG)-builder
BINDIR ?= bin
BINARY ?= $(BINDIR)/aws-asg-roller-$(OS)-$(ARCH)

GOVER ?= 1.12.4-alpine3.9
GOVER ?= 1.15.6-alpine3.12

GO ?= GOOS=$(OS) GOARCH=$(ARCH) GO111MODULE=on CGO_ENABLED=0

Expand Down

0 comments on commit 0b31468

Please sign in to comment.