Skip to content

Commit

Permalink
add go 1.20 support (#4724)
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd authored Feb 17, 2023
1 parent ec9362a commit 8f70ea3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version:
- 1.18.x
- 1.19.x
- 1.20.x
steps:
- name: Setup Go
uses: actions/setup-go@v2
Expand Down Expand Up @@ -50,6 +50,7 @@ jobs:
- 1.15.x
- 1.16.x
- 1.17.x
- 1.18.x
exclude:
- os: macos-latest
go-version: 1.12.x
Expand Down

0 comments on commit 8f70ea3

Please sign in to comment.