Skip to content

Commit

Permalink
ci: upgrade ci go version >=1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
driventokill committed Aug 9, 2023
1 parent 5a54efd commit 1835b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
ci:
strategy:
matrix:
go: ['1.16', '1.17', '1.18', '1.19']
go: ['1.17', '1.18', '1.19', '1.20', '1.21']
platform: [ubuntu-latest, macos-latest] # can not run in windows OS
runs-on: ${{ matrix.platform }}

Expand Down

0 comments on commit 1835b1a

Please sign in to comment.