Skip to content

Commit cc207b8

Browse files
authored
Merge pull request #67 from corpobit/update-docker-workflows-go-server
Enable GOTOOLCHAIN=auto to handle Kubernetes v0.34.3 requiring Go 1.24
2 parents 2e78aed + 9bb3e37 commit cc207b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ WORKDIR /app
2222
RUN apk add --no-cache ca-certificates tzdata
2323

2424
COPY crossview-go-server/go.mod crossview-go-server/go.sum ./
25+
ENV GOTOOLCHAIN=auto
2526
RUN go mod download
2627

2728
COPY crossview-go-server/ ./

0 commit comments

Comments
 (0)