From 5ef51722d0b04050dbd20a7ab479845d6ee6a722 Mon Sep 17 00:00:00 2001 From: Chris Crone Date: Mon, 14 Sep 2020 17:23:18 +0200 Subject: [PATCH] deps: Bump Golang to 1.15.2, golangci-lint to 1.31.0 Signed-off-by: Chris Crone --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 35334d671..e42166793 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION=1.15.1-alpine -ARG GOLANGCI_LINT_VERSION=v1.30.0-alpine +ARG GO_VERSION=1.15.2-alpine +ARG GOLANGCI_LINT_VERSION=v1.31.0-alpine FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base WORKDIR /compose-cli