Skip to content

Commit

Permalink
pin to go 1.20 (avoid golang/go#61881)
Browse files Browse the repository at this point in the history
  • Loading branch information
nics committed Aug 31, 2023
1 parent b198849 commit 553c8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
# build stage
FROM golang:alpine AS build
FROM golang:1.20-alpine AS build
WORKDIR /build
COPY . .
RUN go get -d -v ./...
Expand Down

0 comments on commit 553c8e4

Please sign in to comment.