Skip to content
Snippets Groups Projects
Commit dc6b3378 authored by renovate's avatar renovate
Browse files

Update golang Docker tag to v1.20

parent 34db30c9
Branches
No related tags found
No related merge requests found
Pipeline #47817 failed
......@@ -5,7 +5,7 @@ RUN npm install && env NODE_OPTIONS=--openssl-legacy-provider ./node_modules/.bi
# Debian bullseye can't build gostatic due to its strict dependency
# on Go 1.17, so we build it separately.
FROM golang:1.17 AS gobuild
FROM golang:1.20 AS gobuild
RUN go get github.com/piranha/gostatic
RUN go get git.autistici.org/ai/webtools/cmd/sitesearch
RUN go get git.autistici.org/ai/webtools/cmd/jsonsubst
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment