Skip to content

Commit

Permalink
upgrade go to 1.23.1, upgrade ubi image to 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dhiaayachi committed Sep 17, 2024
1 parent e0785bc commit 888e302
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions test-integ/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions test/integration/consul-container/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 888e302

Please sign in to comment.