mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-12-24 12:25:28 -07:00
fix(golang-rewrite): correct go build command in lint workflow
This commit is contained in:
parent
1a36afb7bb
commit
abf03357bc
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
- name: Lint
|
||||
run: staticcheck -tests -show-ignored ./...
|
||||
- name: Build
|
||||
run: build -v ./...
|
||||
run: go build -v ./...
|
||||
|
||||
actions:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user