From fea8a2eb7e59db16340f315dbff20bce7073db6e Mon Sep 17 00:00:00 2001 From: pjsier Date: Thu, 2 Jul 2020 09:10:37 -0500 Subject: [PATCH] ci: update ci go version, linting --- .github/workflows/ci.yml | 13 +++++++------ .github/workflows/release.yml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aae7c61..32d4e53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,16 +16,17 @@ jobs: - uses: actions/setup-go@v1 with: - go-version: 1.12 - - - run: make test + go-version: 1.14 - run: make format - - uses: grandcolline/golang-github-actions@v1.1.0 + - uses: actions-contrib/golangci-lint@v1 + env: + GOROOT: "" with: - run: lint - token: ${{ secrets.GITHUB_TOKEN }} + args: "run" + + - run: make test - name: Set GOPATH run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a13222..a480a7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/setup-go@v1 with: - go-version: 1.12 + go-version: 1.14 - name: Set GOPATH run: |