update Go versions to the versions used in datadog-agent

This commit is contained in:
Dustin J. Mitchell 2022-08-30 16:01:06 +00:00
parent f52b169536
commit 1377bd5bd2
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
go: ['1.14', '1.15', '1.16'] go: ['1.17', '1.18']
env: env:
VERBOSE: 1 VERBOSE: 1
GOFLAGS: -mod=readonly GOFLAGS: -mod=readonly