From 50084ac4f8eb51c7351e95b7057b58039c805341 Mon Sep 17 00:00:00 2001 From: Aline Brito Date: Mon, 12 Oct 2020 17:10:27 -0300 Subject: [PATCH] upgrade github actions (#53) --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 40a5216..233dcb1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,10 +5,10 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - name: Set up Go 1.13 + - name: Set up Go 1.15 uses: actions/setup-go@v1 with: - go-version: 1.13 + go-version: 1.15 - name: Check out code into the Go module directory uses: actions/checkout@v1 with: @@ -16,7 +16,7 @@ jobs: path: go/src/github.com/rodrigo-brito/gocity - name: GolangCI-Lint run: | - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.19.1 + curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.31.0 ./bin/golangci-lint run env: GOPATH: /home/runner/work/gocity/go