releaser: update to Go 1.19

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-01-14 14:17:41 +01:00
parent 51f2858ea3
commit b19ea42c73
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.18
ARG GO_VERSION=1.19
FROM scratch AS sitedir