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 366ef83e46.
This commit is contained in:
@@ -11,7 +11,7 @@ jobs:
|
||||
with:
|
||||
go-version: '1.21.x'
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
run: go build -v ./*/
|
||||
- name: Display Go version
|
||||
run: go version
|
||||
- name: List files in the repository
|
||||
|
||||
Reference in New Issue
Block a user