From 026a8337321236b7dc9deaf37e67a23ac49696b3 Mon Sep 17 00:00:00 2001 From: Chris Crone Date: Mon, 7 Sep 2020 10:45:49 +0200 Subject: [PATCH] deps: Bump Golang to 1.15.1 Signed-off-by: Chris Crone --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0825feeb4..35334d671 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # 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.0-alpine +ARG GO_VERSION=1.15.1-alpine ARG GOLANGCI_LINT_VERSION=v1.30.0-alpine FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base