Skip to content

Commit

Permalink
Add missing go version to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gaydin committed Dec 27, 2024
1 parent 2711697 commit 0916e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
go: ['1.21.x', '1.23.x']
go: ['1.21.x', '1.22.x', '1.23.x']
steps:

- name: Set up Go
Expand Down

0 comments on commit 0916e1d

Please sign in to comment.