Skip to content

Commit

Permalink
add go 1.20 to CI (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd authored Feb 17, 2023
1 parent ef74255 commit 4228229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: [1.19, 1.18]
go-version: [1.19, "1.20"]
steps:
- uses: actions/checkout@v2

Expand All @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: [1.17, 1.16, 1.15]
go-version: [1.15, 1.16, 1.17, 1.18]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 4228229

Please sign in to comment.