Skip to content

Commit

Permalink
chore: Drop v6 support for go version bump (#248)
Browse files Browse the repository at this point in the history
v6 reached EOL on 2024-10-11
  • Loading branch information
keelerm84 authored Feb 12, 2025
1 parent 65965bd commit 14ff5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-go-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
branch: ["v6", "v7"]
branch: ["v7"]
fail-fast: false
env:
officialLatestVersion: ${{ needs.check-go-eol.outputs.latest }}
Expand Down

0 comments on commit 14ff5f5

Please sign in to comment.