diff --git a/.github/workflows/go.yml b/.github/workflows/build.yml similarity index 88% rename from .github/workflows/go.yml rename to .github/workflows/build.yml index 7a5452c..93cdb9d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Checkout code - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Download Go modules run: go mod download @@ -34,4 +34,4 @@ jobs: go test -race -covermode atomic -coverprofile=profile.cov ./... GO111MODULE=off go get github.com/mattn/goveralls $(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github - if: matrix.go-version == '1.15.x' && matrix.platform == 'ubuntu-latest' + if: matrix.go-version == '1.15.x' && matrix.os == 'ubuntu-latest'