Dockerfile: update to go 1.18

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2022-04-05 16:59:22 -07:00
parent 1c23d1cef5
commit 0b9d426175
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.4
ARG GO_VERSION=1.17
ARG GO_VERSION=1.18
ARG FORMATS=md,yaml
FROM golang:${GO_VERSION}-alpine AS docsgen