Skip to content

Commit 817eb04

Browse files
Do not bump Go toolchain version
1 parent ba0588a commit 817eb04

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile.client

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-alpine3.20 AS builder
1+
FROM golang:1.23-alpine3.20 AS builder
22
RUN go install github.com/golangci/golangci-lint/cmd/[email protected]
33
RUN apk add --no-cache make
44
RUN apk add --no-cache bash
@@ -12,4 +12,4 @@ RUN make ci
1212

1313
FROM alpine:3.21.3
1414
COPY --from=builder /usr/src/app/bin/pushprox-client /usr/bin
15-
CMD ["pushprox-client"]
15+
CMD ["pushprox-client"]

Dockerfile.proxy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-alpine3.20 AS builder
1+
FROM golang:1.23-alpine3.20 AS builder
22
RUN go install github.com/golangci/golangci-lint/cmd/[email protected]
33
RUN apk add --no-cache make
44
RUN apk add --no-cache bash
@@ -11,4 +11,4 @@ RUN make ci
1111

1212
FROM alpine:3.21.3
1313
COPY --from=builder /usr/src/app/bin/pushprox-proxy /usr/bin
14-
CMD ["pushprox-proxy"]
14+
CMD ["pushprox-proxy"]

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/rancher/pushprox
22

33
go 1.23
44

5-
toolchain go1.24.1
5+
toolchain go1.23.6
66

77
require (
88
github.com/Showmax/go-fqdn v1.0.0

0 commit comments

Comments
 (0)