diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e364945..bcaedc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: # We could run 'make lint' but we prefer this action because it leaves # 'annotations' (i.e. it comments on PRs to point out linter violations). - name: Lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 with: version: ${{ env.GOLANGCI_VERSION }} diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 77a1900..e04d71b 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -7,6 +7,8 @@ on: jobs: e2e: uses: upbound/official-providers-ci/.github/workflows/pr-comment-trigger.yml@standard-runners + with: + go-version: 1.23 secrets: UPTEST_CLOUD_CREDENTIALS: ${{ secrets.UPTEST_CLOUD_CREDENTIALS }} UPTEST_DATASOURCE: ${{ secrets.UPTEST_DATASOURCE }} diff --git a/cluster/test/setup.sh b/cluster/test/setup.sh index 8012785..23f9e2a 100755 --- a/cluster/test/setup.sh +++ b/cluster/test/setup.sh @@ -13,7 +13,7 @@ ${KUBECTL} -n upbound-system wait --for=condition=Available deployment --all --t echo "Creating a default provider config..." cat <