diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d91e4ac..9c98551 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,8 +17,6 @@ jobs: runs-on: ${{ matrix.os }} - name: Build - #runs-on: ubuntu-latest steps: - name: Set up Go ${{ matrix.version }} @@ -26,19 +24,9 @@ jobs: with: go-version: ${{ matrix.version }} - id: go - - - name: Check out code into the Go module directory + - name: Check out uses: actions/checkout@v4 - - name: Get dependencies - run: | - go get -v -t -d ./... - if [ -f Gopkg.toml ]; then - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh - dep ensure - fi - - name: Build run: go build -v .