ci: Use Go 1.16

This commit is contained in:
Matthew Holt 2021-05-05 16:13:13 -06:00
parent 83bc5a7c58
commit 652d45d08e
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
go: [ '1.14', '1.15' ]
go: [ '1.15', '1.16' ]
# Set some variables per OS, usable via ${{ matrix.VAR }}
# XCADDY_BIN_PATH: the path to the compiled xcaddy binary, for artifact publishing

View file

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
go: [ '1.15' ]
go: [ '1.16' ]
runs-on: ${{ matrix.os }}
steps: