Skip to content

Commit 8429fc0

Browse files
build(deps): update to golang 1.22.12 (backport #36) (#39)
build(deps): update to golang 1.22.12 (#36) (cherry picked from commit 4962b8e) Co-authored-by: Andrew Azores <me@andrewazor.es>
1 parent 7690675 commit 8429fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG builder_version=9.6
22
ARG runner_version=9.6
33
ARG ref=master
4-
ARG goversion=1.22.9
4+
ARG goversion=1.22.12
55

66
FROM registry.access.redhat.com/ubi9/ubi:${builder_version} AS builder
77
ARG ref

0 commit comments

Comments
 (0)