Build path is fixed again to every *.go file
Some checks failed
Build / gobuild (push) Failing after 1m21s
Some checks failed
Build / gobuild (push) Failing after 1m21s
This commit is contained in:
parent
a657dd1b6d
commit
348d142d59
@ -11,7 +11,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '1.21.x'
|
go-version: '1.21.x'
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v ./*/
|
run: go build -v ./*/*.go
|
||||||
- name: Display Go version
|
- name: Display Go version
|
||||||
run: go version
|
run: go version
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user