Skip to content

Commit

Permalink
remove 1.22 from smoke tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
Daisuke Maki committed Feb 25, 2025
1 parent ec7813c commit 4bc2ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
go_tags: [ 'stdlib', 'goccy', 'es256k', 'alltags' ]
go: [ '1.24', '1.23', '1.22' ]
go: [ '1.24', '1.23' ]
name: "Smoke [ Go ${{ matrix.go }} / Tags ${{ matrix.go_tags }} ]"
steps:
- name: Checkout repository
Expand Down

0 comments on commit 4bc2ead

Please sign in to comment.