Skip to content

Commit

Permalink
tests: add golang 1.20 (#239)
Browse files Browse the repository at this point in the history
* Update go.yml

Add Go 1.20 to CI.

* Update .github/workflows/go.yml
  • Loading branch information
leyou240 committed Feb 7, 2023
1 parent 9dac1a1 commit a6d2e3d
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 @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.17.x, 1.18.x, 1.19.x]
go-version: [1.18.x, 1.19.x, 1.20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
env:
CGO_ENABLED: 0
Expand Down

0 comments on commit a6d2e3d

Please sign in to comment.