Skip to content

Commit e14a140

Browse files
committed
chore(CI): add go1.20 version
Signed-off-by: Bo-Yi.Wu <[email protected]>
1 parent 0fc0bc8 commit e14a140

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ jobs:
2121
- name: Setup golangci-lint
2222
uses: golangci/golangci-lint-action@v3
2323
with:
24-
version: v1.49.0
2524
args: --verbose
2625
test:
2726
strategy:
2827
matrix:
2928
os: [ubuntu-latest]
30-
go: [1.14, 1.15, 1.16, 1.17, 1.18, 1.19]
29+
go: [1.14, 1.15, 1.16, 1.17, 1.18, 1.19, '1.20']
3130
include:
3231
- os: ubuntu-latest
3332
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)