Skip to content

Commit

Permalink
chore: remove 1.18 and add 1.21 from build/test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlambrt committed Oct 4, 2023
1 parent 635b1e9 commit b284319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go: ["1.20", "1.19", "1.18"]
go: ["1.21", "1.20", "1.19"]
platform: [ubuntu-latest] # can not run in windows OS
runs-on: ${{ matrix.platform }}

Expand Down

0 comments on commit b284319

Please sign in to comment.