Skip to content

Commit

Permalink
Don't depend on setup-go for dependency-check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarsaur committed Feb 13, 2024
1 parent 08aa901 commit 01a38af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup update
- uses: actions/setup-go@v3
with:
go-version: 1.21
- run: scripts/check-dependencies.bash
validate-rust-git-rev-deps:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 01a38af

Please sign in to comment.