Skip to content

Commit aca318f

Browse files
committed
CI: start using .x for the Go versions
1 parent 06587e4 commit aca318f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.12.9, 1.13]
7+
go-version: [1.12.x, 1.13.x]
88
platform: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:

0 commit comments

Comments
 (0)