Skip to content

Commit c84e2cc

Browse files
authored
Merge pull request #83 from dolmen-go/ci-add-go1.20
CI: add Go 1.20
2 parents ed75e61 + 77d7704 commit c84e2cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
- macos-latest
1515
- windows-latest
1616
go:
17-
- '1.18'
17+
- '1.20'
1818
- '1.19'
19+
- '1.18'
1920
- '1.17'
2021
- '1.16'
2122
- '1.15'

0 commit comments

Comments
 (0)