Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/asdf-v…
Browse files Browse the repository at this point in the history
…m/actions-3'
  • Loading branch information
BorzdeG committed Oct 17, 2023
2 parents 834d4fd + 67bb1e8 commit 43901a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-asdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v2
- uses: asdf-vm/actions/install@v3
- run: go mod tidy && git diff --exit-code go.mod go.sum

test-asdf:
Expand All @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install asdf & tools
uses: asdf-vm/actions/install@v2
uses: asdf-vm/actions/install@v3

- run: go get -u golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest && go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest
- run: go vet -vettool=$(which shadow) ./...
Expand Down

0 comments on commit 43901a5

Please sign in to comment.