Skip to content

Commit

Permalink
ci: replace EoL Go 1.17 with 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Dec 4, 2024
1 parent 17f3ab4 commit 56b2d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
golang: [ '1.17' ]
golang: [ '1.22' ]
python: ['3.9', '3.10', '3.11', '3.12']

steps:
Expand Down

0 comments on commit 56b2d4a

Please sign in to comment.