Skip to content

Commit

Permalink
Update .github/workflows/build.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Stough <[email protected]>
  • Loading branch information
NicoletaPopoviciu and DanStough authored Jun 28, 2024
1 parent 53bfaf2 commit e413346
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
- { go: "1.22.4", goos: "windows", goarch: "amd64" }
- { go: "1.22.4", goos: "solaris", goarch: "amd64" }
- { go: "1.22.4", goos: "darwin", goarch: "amd64" }
- { go: "1.22.4", goos: "darwin", goarch: "arm64" }
fail-fast: true

name: Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build
Expand Down

0 comments on commit e413346

Please sign in to comment.