Skip to content

Commit

Permalink
Merge pull request #50 from deitch/docker-latest-go
Browse files Browse the repository at this point in the history
bump go version
  • Loading branch information
deitch committed Jan 19, 2021
2 parents 3137b5d + c8895b3 commit 81ea22b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base golang image
ARG GOVER="1.12.4-alpine3.9"
ARG GOVER="1.15.6-alpine3.12"
FROM golang:${GOVER} as golang

ARG REPO
Expand Down
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 81ea22b

Please sign in to comment.