From 7e7c88723129e19a7b551ca4ecf270990432031a Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Wed, 14 Oct 2020 20:32:34 -0700 Subject: [PATCH] Bumping up go setup in CI to v2. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 869d257..9a4d02c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup Go for use with actions - uses: actions/setup-go@v1.0.0 + uses: actions/setup-go@v2 with: - version: 1.15 + go-version: 1.15 - name: Install goimports run: go get golang.org/x/tools/cmd/goimports - name: Run goimports check