Skip to content

Commit 08b60e0

Browse files
Update quay.io/sec-eng-special/golang Docker tag to v1.24.0 (#285)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 48885ed commit 08b60e0

3 files changed

+3
-3
lines changed

.tekton/nbde-tang-server-cross-compile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
- name: source
1212
emptyDir: { }
1313
steps:
14-
- image: quay.io/sec-eng-special/golang:1.23.3
14+
- image: quay.io/sec-eng-special/golang:1.24.0
1515
env:
1616
- name: URL
1717
valueFrom:

.tekton/nbde-tang-server-go-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
- name: source
1212
emptyDir: { }
1313
steps:
14-
- image: quay.io/sec-eng-special/golang:1.23.3
14+
- image: quay.io/sec-eng-special/golang:1.24.0
1515
env:
1616
- name: URL
1717
valueFrom:

.tekton/nbde-tang-server-golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
- name: source
1212
emptyDir: { }
1313
steps:
14-
- image: quay.io/sec-eng-special/golang:1.23.3
14+
- image: quay.io/sec-eng-special/golang:1.24.0
1515
env:
1616
- name: COMPONENT
1717
valueFrom:

0 commit comments

Comments
 (0)