Merge pull request #1265 from crazy-max/go-1.19

Dockerfile: update to go 1.19
This commit is contained in:
Tõnis Tiigi
2022-08-24 21:19:51 -07:00
committed by GitHub
6 changed files with 10 additions and 10 deletions

View File

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