Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #152 from tonyespy/go-116
Browse files Browse the repository at this point in the history
fix(build): update to go 1.16
  • Loading branch information
Lenny Goodell authored May 12, 2021
2 parents cb71d36 + ecae5e3 commit d17ced4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

ARG BASE=golang:1.15-alpine3.12
ARG BASE=golang:1.16-alpine3.12
FROM ${BASE} AS builder
ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev"
ARG ALPINE_PKG_EXTRA=""
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

ARG BASE=golang:1.15-alpine3.12
ARG BASE=golang:1.16-alpine3.12
FROM ${BASE}

LABEL license='SPDX-License-Identifier: Apache-2.0' \
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ require (
github.com/hashicorp/golang-lru v0.5.1 // indirect
)

go 1.15
go 1.16

0 comments on commit d17ced4

Please sign in to comment.