bump to building and testing on golang 1.16

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
Alex Goodman 2021-03-29 10:42:47 -04:00
parent 99ecba5d61
commit 9b7988178c
No known key found for this signature in database
GPG key ID: 5CB45AE22BAB7EA7
3 changed files with 4 additions and 5 deletions

View file

@ -10,7 +10,7 @@ on:
- v*
env:
GO_VERSION: "1.14.x"
GO_VERSION: "1.16.x"
jobs:
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline

View file

@ -9,7 +9,7 @@ on:
- 'v*'
env:
GO_VERSION: "1.14.x"
GO_VERSION: "1.16.x"
jobs:
wait-for-checks:

View file

@ -8,7 +8,7 @@ jobs:
Static-Analysis:
strategy:
matrix:
go-version: [1.x]
go-version: [1.16.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
@ -41,8 +41,7 @@ jobs:
Tests:
strategy:
matrix:
# test the lower bounds of support, and the latest available
go-version: [1.13.x, 1.x]
go-version: [1.16.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps: