Skip to content

fix(deps): update GitHub Actions and golang dependencies - #70

Merged
nilsgstrabo merged 2 commits into
mainfrom
bump-dependencies-260727
Jul 27, 2026
Merged

fix(deps): update GitHub Actions and golang dependencies#70
nilsgstrabo merged 2 commits into
mainfrom
bump-dependencies-260727

Conversation

@nilsgstrabo

@nilsgstrabo nilsgstrabo commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Updates CI tooling and Go module dependencies, along with a small compatibility tweak in utils.IsNil, to keep the project aligned with newer Go/runtime and GitHub Actions versions.

@nilsgstrabo
nilsgstrabo requested a review from Richard87 July 27, 2026 07:07
@nilsgstrabo nilsgstrabo self-assigned this Jul 27, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates CI tooling and Go module dependencies, along with a small compatibility tweak in utils.IsNil, to keep the project aligned with newer Go/runtime and GitHub Actions versions.

Changes:

  • Bumps quic-go and several golang.org/x/* indirect dependencies in go.mod/go.sum.
  • Updates GitHub Actions used in PR workflow (checkout, setup-go, golangci-lint-action) and the golangci-lint version.
  • Adjusts utils.IsNil to use reflect.Pointer for pointer-kind detection.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
utils/validation.go Updates pointer-kind check in IsNil to use reflect.Pointer.
go.mod Bumps indirect Go module dependency versions (e.g., quic-go, golang.org/x/*).
go.sum Updates checksums to match new dependency versions.
.github/workflows/pr.yaml Updates pinned GitHub Actions SHAs/versions and golangci-lint version used in CI.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nilsgstrabo
nilsgstrabo merged commit b55ea05 into main Jul 27, 2026
7 checks passed
@nilsgstrabo
nilsgstrabo deleted the bump-dependencies-260727 branch July 27, 2026 08:25
@github-actions github-actions Bot mentioned this pull request Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants