Reverted to 'build' command
All checks were successful
Build / gobuild (push) Successful in 1m12s

This commit is contained in:
Davide Oddone 2023-12-02 12:58:46 +00:00
parent a1eab8f002
commit 8bb2011f4a

View File

@ -11,7 +11,7 @@ jobs:
with: with:
go-version: '1.21.x' go-version: '1.21.x'
- name: Build - name: Build
run: go run -v ./*/*.go 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