Change CI to use Go 1.15

This commit is contained in:
Erik Dubbelboer
2020-08-16 10:33:01 +02:00
parent 01acd76daf
commit 12aba62b7b
2 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
go-version: [1.13.x, 1.14.x, 1.15.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps: