Commit b6dba204 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Bump Go version for latest releases

parent c308014a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

ARG VERSION

FROM --platform=$BUILDPLATFORM golang:1.17-alpine as go
FROM --platform=$BUILDPLATFORM golang:1.18-alpine as go

# Get source code
WORKDIR /src