diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1b172693b5..9101d3a67c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -45,7 +45,7 @@ concurrency: env: # Go version to install - GOVER: '1.21.7' + GOVER: '1.22.2' # gotestsum version - see: https://github.com/gotestyourself/gotestsum GOTESTSUMVERSION: 1.10.0 diff --git a/.github/workflows/functional-test.yaml b/.github/workflows/functional-test.yaml index bc61c5e6d7..ef64ea65e7 100644 --- a/.github/workflows/functional-test.yaml +++ b/.github/workflows/functional-test.yaml @@ -39,7 +39,7 @@ on: env: # Go version - GOVER: '1.21.7' + GOVER: '1.22.2' GOPROXY: https://proxy.golang.org # gotestsum version - see: https://github.com/gotestyourself/gotestsum diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4cd60b70d6..a99dd2fe26 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 env: - GOVER: '1.21.7' + GOVER: '1.22.2' GOPROXY: https://proxy.golang.org HELM_CHARTS_DIR: deploy/Chart steps: diff --git a/.github/workflows/long-running-azure.yaml b/.github/workflows/long-running-azure.yaml index 921b5bd93a..0568736b05 100644 --- a/.github/workflows/long-running-azure.yaml +++ b/.github/workflows/long-running-azure.yaml @@ -52,7 +52,7 @@ on: env: # Go version - GOVER: "1.21.7" + GOVER: "1.22.2" GOPROXY: https://proxy.golang.org # gotestsum version - see: https://github.com/gotestyourself/gotestsum diff --git a/.github/workflows/publish-docs.yaml b/.github/workflows/publish-docs.yaml index b343681df1..c889ee7a89 100644 --- a/.github/workflows/publish-docs.yaml +++ b/.github/workflows/publish-docs.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'radius-project/radius' env: - GOVER: '1.21.7' + GOVER: '1.22.2' GOPRIVATE: github.com/radius-project steps: - name: Checkout radius repository diff --git a/go.sum b/go.sum index 0e76f19f50..40b1b49eba 100644 --- a/go.sum +++ b/go.sum @@ -972,8 +972,6 @@ github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8= github.com/ulikunitz/xz v0.5.10/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14= github.com/vippsas/go-cosmosdb v0.0.0-20230118095602-f4e4b9f1c352 h1:N4BwZihfs9zOPo1R+aSIyLmM2qRYoN2gEuleOHUhjBA= github.com/vippsas/go-cosmosdb v0.0.0-20230118095602-f4e4b9f1c352/go.mod h1:MC5grluKkU7tz2VMDXi7AOj2N4spGFebM5w//g2WpyU= -github.com/wI2L/jsondiff v0.2.0 h1:dE00WemBa1uCjrzQUUTE/17I6m5qAaN0EMFOg2Ynr/k= -github.com/wI2L/jsondiff v0.2.0/go.mod h1:axTcwtBkY4TsKuV+RgoMhHyHKKFRI6nnjRLi8LLYQnA= github.com/wI2L/jsondiff v0.5.1 h1:xS4zYUspH4U3IB0Lwo9+jv+MSRJSWMF87Y4BpDbFMHo= github.com/wI2L/jsondiff v0.5.1/go.mod h1:qqG6hnK0Lsrz2BpIVCxWiK9ItsBCpIZQiv0izJjOZ9s= github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM= diff --git a/test/magpiego/Dockerfile b/test/magpiego/Dockerfile index 7e90c863c0..c72df26ade 100644 --- a/test/magpiego/Dockerfile +++ b/test/magpiego/Dockerfile @@ -1,6 +1,6 @@ # Issues on M1 mac: https://github.com/docker/for-mac/issues/5831 # it is a multistage docker creation for small magpie image -FROM amd64/golang:1.21-alpine +FROM amd64/golang:1.22-alpine WORKDIR /usr/src/tmpapp # Download necessary Go modules diff --git a/test/magpiego/go.mod b/test/magpiego/go.mod index e0398d5232..5629f7714a 100644 --- a/test/magpiego/go.mod +++ b/test/magpiego/go.mod @@ -1,6 +1,6 @@ module github.com/radius-project/radius/test/magpiego -go 1.21 +go 1.22 require ( github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1 diff --git a/test/testrp/Dockerfile b/test/testrp/Dockerfile index f766a4b359..ad64cdaa83 100644 --- a/test/testrp/Dockerfile +++ b/test/testrp/Dockerfile @@ -1,6 +1,6 @@ # Issues on M1 mac: https://github.com/docker/for-mac/issues/5831 # it is a multistage docker creation for small magpie image -FROM amd64/golang:1.21-alpine +FROM amd64/golang:1.22-alpine WORKDIR /usr/src/tmpapp # Download necessary Go modules