Skip to content

Commit

Permalink
♻️ refactor: update golang version CI #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Oct 23, 2024
1 parent 19c129b commit 4b69ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
# Add Go versions as needed
go: ["1.19", "1.20.x", "1.21.x", "1.23.x"]
go: ["1.21.x", "1.23.x"] # previous version "1.19", "1.20.x"
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 4b69ffb

Please sign in to comment.