docs: bump go version in credential helper example (#1749)

pull/1753/head
Tom Paine 9 months ago committed by GitHub
parent 2e643ed7da
commit b801b63881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save