Skip to content

Commit

Permalink
ci: drop old unecessary parts of the config
Browse files Browse the repository at this point in the history
  • Loading branch information
Omnikron13 committed Apr 8, 2024
1 parent 8d5d56c commit dfa06d0
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,16 @@ jobs:

runs-on: ${{ matrix.os }}

name: Build
#runs-on: ubuntu-latest
steps:

- name: Set up Go ${{ matrix.version }}
uses: actions/setup-go@v5
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 .

Expand Down

0 comments on commit dfa06d0

Please sign in to comment.