Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/datadog-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,13 @@ jobs:
go-version: 1.14
- runs-on: macos-latest
go-version: 1.15
# These fail on macOS 26+ because of this bug https://github.com/golang/go/issues/68678
- runs-on: macos-latest
go-version: 1.21
- runs-on: macos-latest
Comment thread
atanzu marked this conversation as resolved.
go-version: 1.22
- runs-on: macos-latest
go-version: 1.23
# No official linux/arm64 Go binaries before 1.16
- runs-on: ubuntu-24.04-arm
go-version: 1.13
Expand Down
Loading
Loading