Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit 8725435

Browse files
Update golang Docker tag to v1.24.6
1 parent dc5437a commit 8725435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variables:
88

99
Go Build:
1010
stage: Build CLI
11-
image: golang:1.17.2
11+
image: golang:1.24.6
1212
tags:
1313
- k8s:shared
1414
- arch:amd64

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.17.2 AS builder
1+
FROM golang:1.24.6 AS builder
22
COPY ./cli /build
33
WORKDIR /build
44
RUN go get ./...

0 commit comments

Comments
 (0)