chore(deps): bump golang from 1.20.7 to 1.21.0

Bumps golang from 1.20.7 to 1.21.0.
This commit is contained in:
2023-08-09 21:09:24 +00:00
parent 9890f13091
commit 9b257411c6
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20.7 as build
FROM golang:1.21.0 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build