Skip to content

Commit

Permalink
Fix build (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaspence committed Feb 27, 2023
1 parent 0f60628 commit ab036e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3.3.0"

- uses: "actions/setup-go@v3"
with:
cache: true
Expand All @@ -34,12 +33,12 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3.3.0"

- uses: "actions/setup-go@v3"
with:
cache: true
- run: "go get ./..."
- uses: "golangci/golangci-lint-action@v3"
with:
skip-pkg-cache: true

test:
needs: "build"
Expand Down

0 comments on commit ab036e4

Please sign in to comment.