Skip to content

Commit 93c35ac

Browse files
Merge branch 'master' into nil-pointers-are-zero
2 parents 2b8252e + 2982c5c commit 93c35ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
go:
19-
- '1.19'
20-
- '1.18'
21-
- '1.17'
19+
- '1.22'
20+
- '1.21'
21+
- '1.20'
2222
steps:
2323
- uses: actions/checkout@v3
2424

0 commit comments

Comments
 (0)