Skip to content

Commit

Permalink
Raised version of go to 1.16 in containers
Browse files Browse the repository at this point in the history
  • Loading branch information
seroukhov committed Apr 3, 2021
1 parent 5def7ed commit 2825f1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13
FROM golang:1.16

# Set environment variables for Go
ENV GO111MODULE=on \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.docgen
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13
FROM golang:1.16

# Set environment variables for Go
ENV GO111MODULE=on
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13
FROM golang:1.16

# Set environment variables for Go
ENV GO111MODULE=on \
Expand Down

0 comments on commit 2825f1b

Please sign in to comment.