diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 4e2961847..5bb4b6e0c 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -17,7 +17,7 @@ on: - '*' env: - GO_VERSION: '1.22' + GO_VERSION: '1.23' REGISTRY_REPO: 'oci://ghcr.io/mirantis/hmc/charts-ci' jobs: diff --git a/Dockerfile b/Dockerfile index 1ba5bb6e2..edac98bff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.22 AS builder +FROM golang:1.23 AS builder ARG TARGETOS ARG TARGETARCH ARG LD_FLAGS diff --git a/go.mod b/go.mod index ed6adeddb..b853a0ec9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Mirantis/hmc -go 1.22.10 +go 1.23 require ( github.com/Masterminds/semver/v3 v3.3.1