Skip to content

Commit

Permalink
ci: update Go versions in GitHub Actions workflow
Browse files Browse the repository at this point in the history
- Update Go versions in GitHub Actions workflow to only include `1.21` and `1.22`
  • Loading branch information
jqs7 committed Mar 10, 2024
1 parent d89be2c commit 42fc267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.19','1.20','1.21','1.22']
go-version: ['1.21','1.22']
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v1
Expand Down

0 comments on commit 42fc267

Please sign in to comment.