Update Dockerfile

Update Go version to 1.21
This commit is contained in:
Tim E 2024-07-28 14:46:56 -04:00 committed by GitHub
parent a365004a2e
commit 5a67e3d980
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.20 as build
FROM golang:1.21 as build
WORKDIR /go/src/app
COPY go.* .