diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a9706cc..875d6ff 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,11 +8,6 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] -name: Build - -defaults: - run: - shell: bash jobs: @@ -21,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goosarch: + goosarch: - 'darwin/amd64' - 'darwin/arm64' - 'linux/386'