From b801b63881eb90fc2a29778e93dddb4fc4dfaa39 Mon Sep 17 00:00:00 2001 From: Tom Paine Date: Tue, 5 Sep 2023 07:33:40 +0100 Subject: [PATCH] docs: bump go version in credential helper example (#1749) --- docs/private-registries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/private-registries.md b/docs/private-registries.md index 1852795d..68fbe848 100644 --- a/docs/private-registries.md +++ b/docs/private-registries.md @@ -124,7 +124,7 @@ in a volume that may be mounted onto your watchtower container. 1. Create the Dockerfile (contents below): ```Dockerfile - FROM golang:1.16 + FROM golang:1.17 ENV GO111MODULE off ENV CGO_ENABLED 0