Compare commits
2
Commits
f52f0fcc04
...
f4f578446b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4f578446b | ||
|
|
5465cb6ba8 |
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.22
|
||||
FROM golang:1.23
|
||||
WORKDIR /src
|
||||
COPY . ./
|
||||
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v .
|
||||
|
||||
Reference in New Issue
Block a user