Skip to content

Commit afb0476

Browse files
committed
Update go versions to build against in ci.
1 parent 0d2f78d commit afb0476

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,19 @@ jobs:
1313
runs-on: ubuntu-18.04
1414
strategy:
1515
matrix:
16-
go: ["1.11", "1.12", "1.13", "1.14", "1.15", "1.16", "1.17"]
16+
go:
17+
[
18+
"1.16",
19+
"1.17",
20+
"1.18",
21+
"1.19",
22+
"1.20",
23+
"1.21",
24+
"1.22",
25+
"1.23",
26+
"1.24",
27+
"1.25",
28+
]
1729
name: Go ${{ matrix.go }} sample
1830
steps:
1931
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)