This commit is contained in:
dependabot[bot] 2025-01-23 04:25:31 +00:00 committed by GitHub
commit b90db580c6
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,5 +1,5 @@
# This stage builds the go executable.
FROM golang:1.19.3-buster as go
FROM golang:1.20.1-buster as go
WORKDIR /root
COPY ./ ./