Skip to content

Commit f37cbc9

Browse files
committed
chore(deps): add go1.20 version
1 parent 828f985 commit f37cbc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest]
9-
go: [1.16, 1.17, 1.18]
9+
go: [1.16, 1.17, 1.18, 1.19, '1.20']
1010
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
1111
runs-on: ${{ matrix.os }}
1212

0 commit comments

Comments
 (0)