Skip to content

Commit

Permalink
explicitly set reliance on setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin committed Nov 22, 2023
1 parent 2010b37 commit 6d3e8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
skip-build-cache: true

build:
needs: [lint]
needs: [setup, lint]
name: Build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6d3e8b1

Please sign in to comment.