ci: update actions and golangci-lint for go1.27, pin actions by sha - #26
Merged
Conversation
The current golangci-lint version isn't compatible with go1.27;
run golangci-lint
Running [/home/runner/golangci-lint-2.12.2-linux-amd64/golangci-lint config path] in [/home/runner/work/log/log] ...
Running [/home/runner/golangci-lint-2.12.2-linux-amd64/golangci-lint config verify] in [/home/runner/work/log/log] ...
Running [/home/runner/golangci-lint-2.12.2-linux-amd64/golangci-lint run] in [/home/runner/work/log/log] ...
Error: ../../../../../opt/hostedtoolcache/go/1.27.0/x64/src/internal/poll/splice_linux.go:237:21: unknown field rfd in struct literal of type splicePipe (typecheck)
return &splicePipe{rfd: fds[0], wfd: fds[1]}
^
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
There was a problem hiding this comment.
Pull request overview
Updates CI tooling for Go 1.27 compatibility and improves GitHub Actions dependency stability.
Changes:
- Upgrades golangci-lint to v2.13 and configures its timeout.
- Pins workflow actions to immutable commit SHAs.
- Adds a seven-day Dependabot cooldown.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.golangci.yml |
Configures the linter timeout. |
.github/workflows/ci.yml |
Updates lint tooling and pins CI actions. |
.github/dependabot.yml |
Adds Dependabot cooldown configuration. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This was referenced Aug 23, 2026
otel: add options to configure log level and span error status (WithLevel, WithErrorStatusLevel)
#25
Draft
AkihiroSuda
approved these changes
Aug 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ci: update actions and golangci-lint for go1.27
The current golangci-lint version isn't compatible with go1.27;
ci: pin actions by sha and set dependabot cooldown