Update GitHub workflow

This commit is contained in:
Christian Muehlhaeuser 2020-11-07 06:11:57 +01:00
parent 4a70999afb
commit 562038db56
No known key found for this signature in database
GPG Key ID: 3CF9FA45CA1EBB7E
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
go-version: [~1.13, ^1]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
env: