diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 8d22aaf55..2394a1961 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v5 with: - go-version: "1.21" + go-version: "1.22" - name: Run tests run: make test - name: Codecov diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 36111b14d..de6493843 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -23,7 +23,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v5 with: - go-version: "1.21" + go-version: "1.22" - name: Check out code into the Go module directory uses: actions/checkout@v4 with: @@ -53,7 +53,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v5 with: - go-version: "1.21" + go-version: "1.22" - name: Check out code into the Go module directory uses: actions/checkout@v4 with: diff --git a/Dockerfile b/Dockerfile index 397f002ba..d4d997a45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.13-2.1729776560 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.22.7-1733160835 as builder WORKDIR /opt/app-root/src diff --git a/go.mod b/go.mod index f74fcfebf..8808f0b92 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/konflux-ci/integration-service -go 1.21 +go 1.22 require ( github.com/agiledragon/gomonkey/v2 v2.12.0