Skip to content

Commit f5cea9e

Browse files
committed
feat(go-dev): upgrade to golang1.16
1 parent a248a3f commit f5cea9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rootfs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM docker.io/library/golang:1.15
1+
FROM docker.io/library/golang:1.16
22

33
LABEL name="drycc-go-dev"
44

55
ENV ENVTPL_VERSION=v1.0.0
6-
ENV GOLANGCI_LINT_VERSION=v1.29.0
6+
ENV GOLANGCI_LINT_VERSION=v1.41.1
77

88
# This is a huge one-liner to optimize the Docker image layer.
99
# We disable source repos to speed up apt-get update.

0 commit comments

Comments
 (0)