Skip to content

Commit

Permalink
more plats
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Apr 19, 2024
1 parent 5662ac4 commit f30fa75
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
platform:
- os: ubuntu-22.04
arch: amd64
- os: macos-12
arch: amd64
- os: windows-2022
arch: amd64
- os: macos-14
arch: arm64
go-version:
- "1.22" # Current Go version
- "1.20" # Floor Go version of zipkin-go (current - 2)
Expand All @@ -34,7 +40,8 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Lint files
uses: golangci/golangci-lint-action@v4
# TODO: update lint fixes in a separate PR
uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: latest
Expand Down

0 comments on commit f30fa75

Please sign in to comment.