diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d95636f..76e744a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,5 +21,5 @@ jobs: with: go-version: '1.20' # Use the desired Go version - - name: Build + - name: go build run: go build -v ./...