diff --git a/.github/workflows/cloudevents-integration.yml b/.github/workflows/cloudevents-integration.yml index 31aedf274..fe8c46500 100644 --- a/.github/workflows/cloudevents-integration.yml +++ b/.github/workflows/cloudevents-integration.yml @@ -11,7 +11,7 @@ on: - release-* env: - GO_VERSION: '1.22' + GO_VERSION: '1.23' GO_REQUIRED_MIN_VERSION: '' permissions: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index e7e62c92a..bcc3c03bc 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -13,7 +13,7 @@ on: - release-* env: - GO_VERSION: '1.22' + GO_VERSION: '1.23' GO_REQUIRED_MIN_VERSION: '' USE_EXISTING_CLUSTER: false # set to true to use an existing kind cluster for debugging with act diff --git a/.github/workflows/post.yml b/.github/workflows/post.yml index 4d831ddf2..1fc7b490f 100644 --- a/.github/workflows/post.yml +++ b/.github/workflows/post.yml @@ -13,7 +13,7 @@ on: env: # Common versions - GO_VERSION: '1.22' + GO_VERSION: '1.23' GO_REQUIRED_MIN_VERSION: '' permissions: diff --git a/.github/workflows/pre.yml b/.github/workflows/pre.yml index 4fd8e1951..979b5b796 100644 --- a/.github/workflows/pre.yml +++ b/.github/workflows/pre.yml @@ -13,7 +13,7 @@ on: - release-* env: - GO_VERSION: '1.22' + GO_VERSION: '1.23' GO_REQUIRED_MIN_VERSION: '' permissions: diff --git a/build/Dockerfile.addon b/build/Dockerfile.addon index eab30134b..f8af37ae1 100644 --- a/build/Dockerfile.addon +++ b/build/Dockerfile.addon @@ -1,4 +1,4 @@ -FROM golang:1.22-bullseye AS builder +FROM golang:1.23-bullseye AS builder ARG OS=linux ARG ARCH=amd64 WORKDIR /go/src/open-cluster-management.io/ocm diff --git a/build/Dockerfile.placement b/build/Dockerfile.placement index c5ccce3d3..947613353 100644 --- a/build/Dockerfile.placement +++ b/build/Dockerfile.placement @@ -1,4 +1,4 @@ -FROM golang:1.22-bullseye AS builder +FROM golang:1.23-bullseye AS builder ARG OS=linux ARG ARCH=amd64 WORKDIR /go/src/open-cluster-management.io/ocm diff --git a/build/Dockerfile.registration b/build/Dockerfile.registration index 83d1e6a62..0d100d6c5 100644 --- a/build/Dockerfile.registration +++ b/build/Dockerfile.registration @@ -1,4 +1,4 @@ -FROM golang:1.22-bullseye AS builder +FROM golang:1.23-bullseye AS builder ARG OS=linux ARG ARCH=amd64 WORKDIR /go/src/open-cluster-management.io/ocm diff --git a/build/Dockerfile.registration-operator b/build/Dockerfile.registration-operator index a85f33996..00eb12914 100644 --- a/build/Dockerfile.registration-operator +++ b/build/Dockerfile.registration-operator @@ -1,4 +1,4 @@ -FROM golang:1.22-bullseye AS builder +FROM golang:1.23-bullseye AS builder ARG OS=linux ARG ARCH=amd64 WORKDIR /go/src/open-cluster-management.io/ocm diff --git a/build/Dockerfile.work b/build/Dockerfile.work index 66786bf3d..c1c4be328 100644 --- a/build/Dockerfile.work +++ b/build/Dockerfile.work @@ -1,4 +1,4 @@ -FROM golang:1.22-bullseye AS builder +FROM golang:1.23-bullseye AS builder ARG OS=linux ARG ARCH=amd64 WORKDIR /go/src/open-cluster-management.io/ocm diff --git a/go.mod b/go.mod index 54d5442d0..2568bb943 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module open-cluster-management.io/ocm -go 1.22.5 +go 1.23.5 require ( github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc