diff --git a/.github/workflows/config-checks.yaml b/.github/workflows/config-checks.yaml index 9918a0b50..6292ba3ec 100644 --- a/.github/workflows/config-checks.yaml +++ b/.github/workflows/config-checks.yaml @@ -49,7 +49,7 @@ jobs: GOLANG_VERSION=$( grep "GOLANG_VERSION ?=" versions.mk ) echo "GOLANG_VERSION=${GOLANG_VERSION##GOLANG_VERSION ?= }" >> $GITHUB_ENV - name: Install Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ env.GOLANG_VERSION }} - run: make validate-csv @@ -68,7 +68,7 @@ jobs: GOLANG_VERSION=$( grep "GOLANG_VERSION ?=" versions.mk ) echo "GOLANG_VERSION=${GOLANG_VERSION##GOLANG_VERSION ?= }" >> $GITHUB_ENV - name: Install Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ env.GOLANG_VERSION }} - run: make validate-helm-values diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 266fadd96..5baa3543a 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -37,7 +37,7 @@ jobs: GOLANG_VERSION=$( grep "GOLANG_VERSION ?=" versions.mk ) echo "GOLANG_VERSION=${GOLANG_VERSION##GOLANG_VERSION ?= }" >> $GITHUB_ENV - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ env.GOLANG_VERSION }} - name: Setup Go Proxy diff --git a/.github/workflows/golang-checks.yaml b/.github/workflows/golang-checks.yaml index 52af87aef..2e48973eb 100644 --- a/.github/workflows/golang-checks.yaml +++ b/.github/workflows/golang-checks.yaml @@ -38,7 +38,7 @@ jobs: echo "GOLANG_VERSION=${GOLANG_VERSION##GOLANG_VERSION ?= }" >> $GITHUB_ENV echo "GOLANGCI_LINT_VERSION=${GOLANGCI_LINT_VERSION##GOLANGCI_LINT_VERSION ?= }" >> $GITHUB_ENV - name: Install Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ env.GOLANG_VERSION }} - name: Lint @@ -73,7 +73,7 @@ jobs: GOLANG_VERSION=$( grep "GOLANG_VERSION ?=" versions.mk ) echo "GOLANG_VERSION=${GOLANG_VERSION##GOLANG_VERSION ?= }" >> $GITHUB_ENV - name: Install Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ env.GOLANG_VERSION }} - name: Setup Go Proxy diff --git a/.github/workflows/release-rc-assets.yaml b/.github/workflows/release-rc-assets.yaml index ecfe31da4..c34072198 100644 --- a/.github/workflows/release-rc-assets.yaml +++ b/.github/workflows/release-rc-assets.yaml @@ -137,7 +137,7 @@ jobs: echo "REGCTL_VERSION=${REGCTL_VERSION##REGCTL_VERSION ?= }" >> "${GITHUB_ENV}" - name: Install Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ env.GOLANG_VERSION }}