Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2026

Bumps horgh/check-untagged-go-deps from 1.0.1 to 1.1.0.

Release notes

Sourced from horgh/check-untagged-go-deps's releases.

v1.1.0

  • Add -i flag to include indirect dependencies (those marked with // indirect in go.mod).
  • Use golang.org/x/mod/modfile to parse go.mod instead of manual line-by-line parsing.
  • Use golang.org/x/mod/module functions (IsPseudoVersion, PseudoVersionTime) instead of custom regex patterns.
Changelog

Sourced from horgh/check-untagged-go-deps's changelog.

Changelog

1.1.0 (2026-01-06)

  • Add -i flag to include indirect dependencies (those marked with // indirect in go.mod).
  • Use golang.org/x/mod/modfile to parse go.mod instead of manual line-by-line parsing.
  • Use golang.org/x/mod/module functions (IsPseudoVersion, PseudoVersionTime) instead of custom regex patterns.

1.0.1 (2025-12-31)

  • Fix Docker image to include git, which is required for go list to query module versions.

1.0.0 (2025-12-31)

  • Initial release.
Commits
  • 1e727f9 Set release date for v1.1.0
  • c1c680f Use module package for pseudo-version detection
  • 7a10866 Use modfile package to parse go.mod
  • 9fb405d Move flag parsing to main() to satisfy revive deep-exit rule
  • fbe1419 Add Dependabot configuration
  • e0d3863 Add test workflow
  • 1f28fd4 Add zizmor workflow for GitHub Actions security analysis
  • 2795634 Add golangci-lint workflow and fix lint issues
  • f10b824 Add developer documentation with release instructions
  • 0f87a6c Add CLAUDE.md with project guidance
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [horgh/check-untagged-go-deps](https://github.com/horgh/check-untagged-go-deps) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/horgh/check-untagged-go-deps/releases)
- [Changelog](https://github.com/horgh/check-untagged-go-deps/blob/main/CHANGELOG.md)
- [Commits](horgh/check-untagged-go-deps@b2bec8a...1e727f9)

---
updated-dependencies:
- dependency-name: horgh/check-untagged-go-deps
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 14, 2026
@github-actions
Copy link

Modver result

This report was generated by Modver,
a Go package and command that helps you obey semantic versioning rules in your Go module.

This PR does not require a change in your module’s version number.
(You might still consider bumping the patchlevel anyway.)

@horgh horgh merged commit b8b7431 into main Jan 14, 2026
21 checks passed
@horgh horgh deleted the dependabot/github_actions/horgh/check-untagged-go-deps-1.1.0 branch January 14, 2026 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Development

Successfully merging this pull request may close these issues.

1 participant