Update Travis, GitHub, CircleCI and Snap to Go 1.16 (only)

This commit is contained in:
Bjørn Erik Pedersen
2021-02-17 12:13:36 +01:00
parent 9650e56841
commit 718fba7d63
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ jobs:
GO111MODULE: on
strategy:
matrix:
go-version: [1.14.x, 1.15.x]
go-version: [1.16.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps: