Skip to content

Commit 0ce764e

Browse files
committed
chore(go-dev): upgrade new require
1 parent 52ad99b commit 0ce764e

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
@@ -2,8 +2,8 @@ FROM registry.drycc.cc/drycc/base:bullseye
22

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

5-
ENV GO_VERSION=1.18.4
6-
ENV GOLANGCI_LINT_VERSION=v1.47.2
5+
ENV GO_VERSION=1.19
6+
ENV GOLANGCI_LINT_VERSION=v1.49.0
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)