diff --git a/.github/workflows/e2e_test.yml b/.github/workflows/e2e_test.yml index 5e0138b..779b556 100644 --- a/.github/workflows/e2e_test.yml +++ b/.github/workflows/e2e_test.yml @@ -44,10 +44,10 @@ jobs: docker rmi $(docker images -q) -f df -h - - name: Set up Go 1.22.6 + - name: Set up Go 1.22.7 uses: actions/setup-go@v3 with: - go-version: '1.22.6' + go-version: '1.22.7' id: go - name: Set up Git token diff --git a/Dockerfile b/Dockerfile index 90566cf..761c7a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.22.6-alpine3.20 as builder +FROM golang:1.22.7-alpine3.20 as builder ARG ACCESS_TOKEN="none" diff --git a/go.mod b/go.mod index 28d256c..9a71a90 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/streamnative/pulsar-resources-operator -go 1.22.6 +go 1.22.7 require ( github.com/apache/pulsar-client-go v0.13.0-candidate-1.0.20240827063209-953d9eab0794 diff --git a/go.work b/go.work index 939166f..90c9479 100644 --- a/go.work +++ b/go.work @@ -1,4 +1,4 @@ -go 1.22.6 +go 1.22.7 use ( . diff --git a/redhat.Dockerfile b/redhat.Dockerfile index 27d7140..b0da3d3 100644 --- a/redhat.Dockerfile +++ b/redhat.Dockerfile @@ -27,7 +27,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.22.6-alpine3.20 as builder +FROM golang:1.22.7-alpine3.20 as builder ARG ACCESS_TOKEN="none" diff --git a/tests/go.mod b/tests/go.mod index 8b8d0db..c909667 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -1,6 +1,6 @@ module github.com/streamnative/pulsar-resources-operator/tests -go 1.22.6 +go 1.22.7 require ( // pulsar-client-go latest version is v0.9.0,