Skip to content

Commit 1a84689

Browse files
authored
Raise go versions in testing workflow (#349)
1 parent 5806b81 commit 1a84689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Test and lint
1212
strategy:
1313
matrix:
14-
go-version: [1.x, 1.13.x, 1.12.x]
14+
go-version: [1.x, 1.15.x, 1.14.x]
1515
platform: [ubuntu-latest, windows-latest]
1616
runs-on: ${{ matrix.platform }}
1717

0 commit comments

Comments
 (0)