From f9a57a7cbc1891d1f1e7a3d5fe97cdb3f407c113 Mon Sep 17 00:00:00 2001 From: Jeevanandam M Date: Tue, 19 Jul 2022 15:23:34 -0700 Subject: [PATCH] Add label based github actions #562 and go version update --- .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 13b025b6..33613519 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: name: Build strategy: matrix: - go: [ '1.17.x', '1.16.x' ] + go: [ '1.18.x', '1.17.x' ] os: [ ubuntu-latest ] runs-on: ${{ matrix.os }}