build(deps): bump actions/setup-go from 6.1.0 to 6.2.0#1479
Merged
Conversation
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4dc6199...7a3fe6c) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
abiosoft
approved these changes
Jan 22, 2026
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Feb 15, 2026
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [abiosoft/colima](https://github.com/abiosoft/colima) | minor | `v0.9.1` → `v0.10.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>abiosoft/colima (abiosoft/colima)</summary> ### [`v0.10.0`](https://github.com/abiosoft/colima/releases/tag/v0.10.0) [Compare Source](abiosoft/colima@v0.9.1...v0.10.0) #### Highlights This release introduces AI support and other updates. ##### AI is here Colima now has AI support. By leveraging [Krunkit](https://github.com/containers/krunkit) and [Ramalama](https://ramalama.ai/), Colima is able to provide the ideal platform to run confined, isolated and secure gpu-powered AI workloads on Apple Silicon devices. ```sh # run a model colima model run gemma3 # serve a model, chat interface would be availabe at localhost:8080 colima model serve gemma3 # for more colima model --help ``` #### Other Updates - Addition of `krunkit` virtual machine type with gpu support. `colima start --vm-type krunkit`. - Incus instances are now reachable directly from the host if network address is enabled. `colima start --network-address`. - Containerd runtime (with nerdctl command) now inherits `CONTAINERD_*` and `NERDCTL_*` environment variables on the host. - Port forwarding can now be disabled by passing `--port-forwarder=none` to `colima start`. - Volume mounts can now be disabled by passing `--mount=none` to `colima start`. - Download mechanism has been reworked in native Go, eliminating dependency on `curl` and `shasum` on the host. - New `after-boot` and `ready` provision modes for provision scripts. ##### Runtime version bumps **NOTE:** container runtime versions can be updated manually by running the `colima update` command. - Docker version updated to `v29.2.0` - Nerdctl version updated to `v2.2.1` - Incus version updated to `v6.21` - K3s version defaults to `v1.35.0+k3s1`. #### Commits - ci: move to macos-15-intel runner by [@​abiosoft](https://github.com/abiosoft) in [#​1425](abiosoft/colima#1425) - docs: add older macos versions incompatibility instructions by [@​mlbiche](https://github.com/mlbiche) in [#​1428](abiosoft/colima#1428) - build(deps): bump mxschmitt/action-tmate from 3.22 to 3.23 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1439](abiosoft/colima#1439) - build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1440](abiosoft/colima#1440) - build(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1441](abiosoft/colima#1441) - build(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1446](abiosoft/colima#1446) - docs: specify qemu-full for Arch instructions by [@​zachcb](https://github.com/zachcb) in [#​1451](abiosoft/colima#1451) - docs: add mise as an installation method by [@​jylenhof](https://github.com/jylenhof) in [#​1456](abiosoft/colima#1456) - net: add ability to customize gateway address by [@​Guilospanck](https://github.com/Guilospanck) in [#​1447](abiosoft/colima#1447) - misc: multiple updates by [@​abiosoft](https://github.com/abiosoft) in [#​1473](abiosoft/colima#1473) - build(deps): bump actions/setup-go from 6.0.0 to 6.1.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1455](abiosoft/colima#1455) - build(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.2.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1464](abiosoft/colima#1464) - build(deps): bump actions/checkout from 5.0.0 to 6.0.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1465](abiosoft/colima#1465) - build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1466](abiosoft/colima#1466) - build(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1467](abiosoft/colima#1467) - build(deps): bump actions/setup-go from 6.1.0 to 6.2.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1479](abiosoft/colima#1479) - build(deps): bump actions/checkout from 6.0.1 to 6.0.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1482](abiosoft/colima#1482) - core: update disk images by [@​abiosoft](https://github.com/abiosoft) in [#​1484](abiosoft/colima#1484) - Multiple minor updates by [@​abiosoft](https://github.com/abiosoft) in [#​1485](abiosoft/colima#1485) - incus: use RFC 5737 IPv4 network for the default network by [@​jessa0](https://github.com/jessa0) in [#​1487](abiosoft/colima#1487) - nerdctl: propagate CONTAINERD\_\* and NERDCTL\_\* environment variables. by [@​abiosoft](https://github.com/abiosoft) in [#​1491](abiosoft/colima#1491) - chore: improve downloader by [@​abiosoft](https://github.com/abiosoft) in [#​1492](abiosoft/colima#1492) - build(deps): bump golang.org/x/term from 0.33.0 to 0.39.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1493](abiosoft/colima#1493) - build(deps): bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1494](abiosoft/colima#1494) - build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1495](abiosoft/colima#1495) - incus: make instance ips host reachable by [@​abiosoft](https://github.com/abiosoft) in [#​1496](abiosoft/colima#1496) - incus: improve defaults by [@​abiosoft](https://github.com/abiosoft) in [#​1497](abiosoft/colima#1497) - core: support AI models by [@​abiosoft](https://github.com/abiosoft) in [#​1499](abiosoft/colima#1499) - chore: minor updates by [@​abiosoft](https://github.com/abiosoft) in [#​1500](abiosoft/colima#1500) - chore: improve terminal experience for AI runner model setup. by [@​abiosoft](https://github.com/abiosoft) in [#​1502](abiosoft/colima#1502) - build(deps): bump golang.org/x/term from 0.39.0 to 0.40.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​1503](abiosoft/colima#1503) - chore: improve terminal for long subprocess outputs by [@​abiosoft](https://github.com/abiosoft) in [#​1504](abiosoft/colima#1504) - Docs update by [@​abiosoft](https://github.com/abiosoft) in [#​1505](abiosoft/colima#1505) #### New Contributors - [@​mlbiche](https://github.com/mlbiche) made their first contribution in [#​1428](abiosoft/colima#1428) - [@​zachcb](https://github.com/zachcb) made their first contribution in [#​1451](abiosoft/colima#1451) - [@​jylenhof](https://github.com/jylenhof) made their first contribution in [#​1456](abiosoft/colima#1456) - [@​Guilospanck](https://github.com/Guilospanck) made their first contribution in [#​1447](abiosoft/colima#1447) - [@​jessa0](https://github.com/jessa0) made their first contribution in [#​1487](abiosoft/colima#1487) **Full Changelog**: <abiosoft/colima@v0.9.1...v0.10.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Ny4zIiwidXBkYXRlZEluVmVyIjoiNDIuOTcuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
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.
Bumps actions/setup-go from 6.1.0 to 6.2.0.
Release notes
Sourced from actions/setup-go's releases.
Commits
7a3fe6cBump qs from 6.14.0 to 6.14.1 (#703)b9adafdBump actions/checkout from 5 to 6 (#686)d73f6bcREADME.md: correct to actions/checkout@v6 (#683)ae252eeBump@actions/cacheto v5 (#695)bf7446aBump js-yaml from 3.14.1 to 3.14.2 (#682)02aadfeFix Node.js version in action.yml (#691)4aaadf4Example for restore-only cache in documentation (#696)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)