Trying different path: ./...
Some checks failed
Build / gobuild (push) Failing after 1m4s

This commit is contained in:
Davide Oddone 2023-12-02 12:07:51 +00:00
parent 366ef83e46
commit 341c8874da

View File

@ -11,7 +11,7 @@ jobs:
with:
go-version: '1.21.x'
- name: Build
run: go build -v ./*/*.go
run: go build -v ./...
- name: Display Go version
run: go version
- name: List files in the repository