Revert "Build path now tries to build every go file in every folder"
Some checks failed
Build / gobuild (push) Failing after 53s
Some checks failed
Build / gobuild (push) Failing after 53s
This reverts commit 366ef83e463d162e845a50f45ef6c465b4bd8a83.
This commit is contained in:
parent
341c8874da
commit
208dc65316
@ -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 ./*/
|
||||||
- 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