mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-12-19 09:55:01 -07:00
fix(golang-rewrite): correct go build command in lint workflow
This commit is contained in:
parent
c5092c6dbf
commit
87d3c06cf5
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