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: |