Skip to content

Commit

Permalink
bump go version to 1.16.2 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanzinger authored Mar 12, 2021
1 parent 6c2b8bd commit 766c949
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,4 +1,4 @@
FROM golang:1.15 as build
FROM golang:1.16.2 as build
ENV DOCKER_BUILD=1
ADD . /home/do-agent
WORKDIR /home/do-agent
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ go = docker run --rm -i \
-e "GOCACHE=$(docker_dir)/target/.cache/go" \
-v "$(CURDIR):$(docker_dir)" \
-w "$(docker_dir)" \
golang:1.15.3 \
golang:1.16.2 \
go
else
go = GOOS=$(GOOS) \
Expand Down

0 comments on commit 766c949

Please sign in to comment.