1
0
mirror of https://git.mills.io/kayos/bitraft.git synced 2024-06-27 09:19:00 +00:00

Bump golang from 1.16.3 to 1.16.4 (#54)

This commit is contained in:
dependabot[bot] 2021-05-11 06:40:21 +10:00 committed by GitHub
parent 9d4f84bb98
commit 863f0b3f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ ARG GOOS=linux
ARG GOARCH=amd64 ARG GOARCH=amd64
# Build the purge binary # Build the purge binary
FROM golang:1.16.3 as builder FROM golang:1.16.4 as builder
WORKDIR /workspace WORKDIR /workspace
# Copy the Go Modules manifests # Copy the Go Modules manifests