Skip to content

Commit

Permalink
Use only last two go version
Browse files Browse the repository at this point in the history
  • Loading branch information
gaydin committed Dec 27, 2024
1 parent de974fc commit 210bc17
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.20.x', '1.21.x', '1.23.x']
go: ['1.21.x', '1.23.x']
steps:

- name: Set up Go
Expand Down

0 comments on commit 210bc17

Please sign in to comment.