diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 9c9f6ad..781b3a6 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: # Track go.mod (Go 1.22) — the plugin's yaegi-bound floor. Keeps the # single source of truth and builds the mock on the supported version. diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c7bff20..64d5f87 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: # https://github.com/marketplace/actions/setup-go-environment - name: Set up Go ${{ env.GO_VERSION }} - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ env.GO_VERSION }}