Skip to content

chore(deps): update dependency https://github.com/hugoh/go-tools.git to v1.13.1#272

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/https-github.com-hugoh-go-tools.git-1.x
Jul 18, 2026
Merged

chore(deps): update dependency https://github.com/hugoh/go-tools.git to v1.13.1#272
renovate[bot] merged 1 commit into
mainfrom
renovate/https-github.com-hugoh-go-tools.git-1.x

Conversation

@renovate

@renovate renovate Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
https://github.com/hugoh/go-tools.git template minor v1.12.1v1.13.1

Release Notes

hugoh/go-tools (https://github.com/hugoh/go-tools.git)

v1.13.1

Compare Source

What's Changed

  • chore: bump hk-config to v1.1.0, simplify format task to use hk fix --all by @​hugoh in #​34
  • fix: bump hk-config to v1.1.0 in the Go project template, simplify format task by @​hugoh in #​35

Full Changelog: hugoh/go-tools@v1.13.0...v1.13.1

v1.13.0

Compare Source

What's Changed

  • chore: replace dprint with biome, bump hk-config to v1.0.0 by @​hugoh in #​31
  • feat: require biome instead of dprint in the Go project template by @​hugoh in #​33

Full Changelog: hugoh/go-tools@v1.12.1...v1.13.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) July 18, 2026 20:40
@renovate

renovate Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: .copier-answers.yml
Command failed: copier update --skip-answered --defaults --answers-file .copier-answers.yml --vcs-ref v1.13.1
Traceback (most recent call last):
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/bin/copier", line 6, in <module>
    sys.exit(CopierApp.run())
             ~~~~~~~~~~~~~^^
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/plumbum/cli/application.py", line 999, in run
    inst_app, retcode = subapp.run(argv, exit=False)
                        ~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/plumbum/cli/application.py", line 994, in run
    retcode = inst.main(*tailargs)
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/copier/_cli.py", line 467, in main
    return _handle_exceptions(inner)
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/copier/_cli.py", line 80, in _handle_exceptions
    exit_code = method()
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/copier/_cli.py", line 447, in inner
    run_update(
    ~~~~~~~~~~^
        destination_path,
        ^^^^^^^^^^^^^^^^^
    ...<15 lines>...
        ask=self.ask,
        ^^^^^^^^^^^^^
    )
    ^
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/copier/_main.py", line 1833, in run_update
    with Worker(
         ~~~~~~^
        dst_path=Path(dst_path),
        ^^^^^^^^^^^^^^^^^^^^^^^^
    ...<26 lines>...
        ask=ask,
        ^^^^^^^^
    ) as worker:
    ^
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/copier/_main.py", line 290, in __exit__
    raise value
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/copier/_main.py", line 1863, in run_update
    worker.run_update()
    ~~~~~~~~~~~~~~~~~^^
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/copier/_main.py", line 107, in _wrapper
    return func(*args, **kwargs)
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/copier/_main.py", line 1316, in run_update
    self._check_unsafe("update")
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/copier/_main.py", line 309, in _check_unsafe
    if self.subproject.template.jinja_extensions:
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/python/3.14.6/lib/python3.14/functools.py", line 1126, in __get__
    val = self.func(instance)
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/copier/_template.py", line 348, in jinja_extensions
    return tuple(self.config_data.get("jinja_extensions", ()))
                 ^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/python/3.14.6/lib/python3.14/functools.py", line 1126, in __get__
    val = self.func(instance)
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/copier/_template.py", line 303, in config_data
    result = filter_config(self._raw_config)[0]
                           ^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/python/3.14.6/lib/python3.14/functools.py", line 1126, in __get__
    val = self.func(instance)
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/copier/_template.py", line 260, in _raw_config
    for p in self.local_abspath.glob("copier.*")
             ^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/python/3.14.6/lib/python3.14/functools.py", line 1126, in __get__
    val = self.func(instance)
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/copier/_template.py", line 571, in local_abspath
    clone(
    ~~~~~^
        self.url_expanded,
        ^^^^^^^^^^^^^^^^^^
        self.ref or get_latest_tag(self.url_expanded, self.use_prereleases),
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        location=str(self._temp_clone_path),
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/copier/_vcs.py", line 371, in clone
    return _clone_via_cache(ref, location, mirror)
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/copier/_vcs.py", line 329, in _clone_via_cache
    git(
    ~~~^
        "--git-dir",
        ^^^^^^^^^^^^
    ...<6 lines>...
        ref,
        ^^^^
    )
    ^
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/plumbum/commands/base.py", line 146, in __call__
    return self.run(args, **kwargs)[1]
           ~~~~~~~~^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/plumbum/commands/base.py", line 293, in run
    return p.run()  # type: ignore[attr-defined, no-any-return]
           ~~~~~^^
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/plumbum/commands/base.py", line 256, in runner
    return run_proc(p, retcode, timeout)
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/plumbum/commands/processes.py", line 403, in run_proc
    return _check_process(proc, retcode, timeout, stdout, stderr)  # type: ignore[return-value]
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/plumbum/commands/processes.py", line 37, in _check_process
    proc.verify(retcode, timeout, stdout, stderr)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/copier/9.17.0/3.14.6/lib/python3.14/site-packages/plumbum/machines/base.py", line 58, in verify
    raise ProcessExecutionError(
    ...<4 lines>...
    )
plumbum.commands.processes.ProcessExecutionError: Unexpected exit code: 128
Command line: | /usr/bin/git --git-dir /home/ubuntu/.cache/copier/git/a3f8eb318102a67f7112e6f6bc58f06e34922889e87f30ba908d3cb5396397b7.git worktree add --detach --force /tmp/copier._vcs.clone.9lvcnlsw v1.12.1
Stderr:       | Preparing worktree (detached HEAD 8d9b10b)
              | fatal: could not open '/home/ubuntu/.cache/copier/git/a3f8eb318102a67f7112e6f6bc58f06e34922889e87f30ba908d3cb5396397b7.git/worktrees/copier._vcs.clone.9lvcnlsw/locked' for writing: No such file or directory

@renovate
renovate Bot merged commit f7aa9e3 into main Jul 18, 2026
3 of 5 checks passed
@renovate
renovate Bot deleted the renovate/https-github.com-hugoh-go-tools.git-1.x branch July 18, 2026 20:41
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.

0 participants