From dfa06d08d2f2d87ae941e643c33bdbb5955b0cd9 Mon Sep 17 00:00:00 2001 From: Joey Sabey Date: Mon, 8 Apr 2024 23:04:23 +0100 Subject: [PATCH] ci: drop old unecessary parts of the config --- .github/workflows/go.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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 .