Skip to content

Commit

Permalink
ci: disable go version updates for v7 branch (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld authored Oct 22, 2024
1 parent 67564a7 commit cfc9f7b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/check-go-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,13 @@ jobs:
pull-requests: write
needs: check-go-eol
runs-on: ubuntu-latest
strategy:
matrix:
branch: ["v7", "v8"]
fail-fast: false
env:
officialLatestVersion: ${{ needs.check-go-eol.outputs.latest }}
officialPenultimateVersion: ${{ needs.check-go-eol.outputs.penultimate }}
steps:
- uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }}
ref: v8

- name: Get current Go versions
id: go-versions
Expand Down

0 comments on commit cfc9f7b

Please sign in to comment.