Always build with latest Go v1 release

This commit is contained in:
akp 2025-01-25 13:13:13 +00:00
parent 112c0777e8
commit 948108217c
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

View file

@ -1,4 +1,4 @@
FROM golang:1.20 as builder
FROM golang:1 as builder
RUN mkdir /build
ADD . /build/