Skip to content

Commit f025c4c

Browse files
Update golang Docker tag to v1.22.2 (#422)
1 parent e9653b6 commit f025c4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/pipeline_definitions

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ gardenctl-v2:
99
inject_effective_version: true
1010
steps:
1111
check:
12-
image: 'golang:1.22.1'
12+
image: 'golang:1.22.2'
1313
test:
14-
image: 'golang:1.22.1'
14+
image: 'golang:1.22.2'
1515
build:
16-
image: 'golang:1.22.1'
16+
image: 'golang:1.22.2'
1717
output_dir: 'binary'
1818
timeout: '5m'
1919

0 commit comments

Comments
 (0)