fix go image

This commit is contained in:
Felix Lange 2022-09-29 00:04:14 +02:00
parent 78f1dfd7d8
commit 12a1050704
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:v1.19.1
FROM golang:1.19.1
# The repo checkout is mounted to /source.
WORKDIR /source