diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b9afdb7..a72a008 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,13 +18,13 @@ jobs: steps: - name: Set up Go ${{ matrix.go }} - uses: actions/setup-go@v1 + uses: actions/setup-go@v2 with: go-version: ${{ matrix.go }} id: go - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Go Test run: make test @@ -32,8 +32,8 @@ jobs: - name: Go Build run: make build - - name: Upload artifact - uses: actions/upload-artifact@v1.0.0 - with: - name: check_by_powershell-go${{ matrix.go }} - path: build +# - name: Upload artifact +# uses: actions/upload-artifact@v1.0.0 +# with: +# name: check_by_powershell-go${{ matrix.go }} +# path: build