Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nocodeleaks committed Jun 7, 2024
1 parent 484efca commit c65d028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- { runner: macos-latest, go-os: darwin, go-arch: arm64, build-tags: netcgo }
- { runner: ubuntu-latest, go-os: linux, go-arch: amd64, }
- { runner: ubuntu-latest, go-os: linux, go-arch: arm64, }
- { runner: ubuntu-latest, go-os: windows, go-arch: amd64, suffix: .exe }
- { runner: windows-latest, go-os: windows, go-arch: amd64, suffix: .exe }

runs-on: ${{ matrix.runner }}
env:
Expand Down

0 comments on commit c65d028

Please sign in to comment.