Skip to content

Commit 8f70ea3

Browse files
authored
add go 1.20 support (#4724)
1 parent ec9362a commit 8f70ea3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
go-version:
19-
- 1.18.x
2019
- 1.19.x
20+
- 1.20.x
2121
steps:
2222
- name: Setup Go
2323
uses: actions/setup-go@v2
@@ -50,6 +50,7 @@ jobs:
5050
- 1.15.x
5151
- 1.16.x
5252
- 1.17.x
53+
- 1.18.x
5354
exclude:
5455
- os: macos-latest
5556
go-version: 1.12.x

0 commit comments

Comments
 (0)