Skip to content

Commit

Permalink
update go version to 1.22.7
Browse files Browse the repository at this point in the history
- update buider image
  • Loading branch information
Victoremepunto committed Nov 11, 2024
1 parent 1c8a877 commit c1362ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13-1.1727869850 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.22.7-5 as builder
USER 0
RUN dnf install -y openssh-clients git make which jq python3

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/RedHatInsights/clowder

go 1.21.9
go 1.22.7

require (
github.com/RedHatInsights/crc-caddy-plugin v0.4.0
Expand Down

0 comments on commit c1362ea

Please sign in to comment.