Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit 61fccbf

Browse files
authored
Use latest go and rc1 (#30)
1 parent da960b5 commit 61fccbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM golang:1.15.6-buster AS golang-base
1+
FROM golang:1.15.7-buster AS golang-base
22
ENV GOLANGCI_LINT_VERSION v1.31.0
33
ENV GOTESTSUM_VERSION 0.4.2
44
ENV PACKR2_VERSION 2.6.0
5-
ENV GOBETA=go1.16beta1
5+
ENV GOBETA=go1.16rc1
66

77
# npm install crashes with default buster npm, use current stable instead
88
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -

0 commit comments

Comments
 (0)