upgrade go to 1.23.1, upgrade ubi image to 9.4

pull/21750/head
Dhia Ayachi 2024-09-17 09:17:01 -04:00
parent e0785bc4f9
commit 888e302f6e
No known key found for this signature in database
4 changed files with 7 additions and 7 deletions

View File

@ -203,7 +203,7 @@ CMD ["agent", "-dev", "-client", "0.0.0.0"]
# Red Hat UBI-based image
# This target is used to build a Consul image for use on OpenShift.
FROM registry.access.redhat.com/ubi9-minimal:9.3 as ubi
FROM registry.access.redhat.com/ubi9-minimal:9.4 as ubi
ARG PRODUCT_VERSION
ARG PRODUCT_REVISION

4
go.mod
View File

@ -1,8 +1,8 @@
module github.com/hashicorp/consul
go 1.22
go 1.23
toolchain go1.22.5
toolchain go1.23.1
replace (
github.com/hashicorp/consul/api => ./api

View File

@ -1,8 +1,8 @@
module github.com/hashicorp/consul/test-integ
go 1.22
go 1.23
toolchain go1.22.5
toolchain go1.23.1
require (
github.com/google/go-cmp v0.5.9

View File

@ -1,8 +1,8 @@
module github.com/hashicorp/consul/test/integration/consul-container
go 1.22
go 1.23
toolchain go1.22.5
toolchain go1.23.1
require (
fortio.org/fortio v1.54.0