Merge pull request #172 from fowlmouth/patch-1

This commit is contained in:
kayos 2024-08-01 20:55:06 -07:00 committed by GitHub
commit d5cce32b00
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 WORKDIR /go/src/app
COPY go.* . COPY go.* .