diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6776bb8bb..9938f9fe5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [1.13.x] + go-version: [1.14.x] os: [ubuntu-latest] steps: - name: Set up Go ${{ matrix.go-version }} on ${{ matrix.os }} @@ -35,4 +35,6 @@ jobs: $(go env GOPATH)/bin/golangci-lint run --timeout=5m --config ./.golangci.yml go mod vendor go test -v -race ./... + pwd + ls make mcs