From 1377bd5bd239e8a3d0fb90bd39529ff2d1fa0e21 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Tue, 30 Aug 2022 16:01:06 +0000 Subject: [PATCH] update Go versions to the versions used in datadog-agent --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf19b1b..250abff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: ['1.14', '1.15', '1.16'] + go: ['1.17', '1.18'] env: VERBOSE: 1 GOFLAGS: -mod=readonly