diff options
| author | dependabot[bot] | 2026-07-20 11:34:02 +0000 |
|---|---|---|
| committer | GitHub | 2026-07-20 11:34:02 +0000 |
| commit | 663a28d9601ff7327cecfae6899022f37e7a189e (patch) | |
| tree | 106bcf2b57970b7d297e94df42584521c5b312a2 | |
| parent | b8e34b1efcb27c772f0d2ca12f5ecdd6b7fc817b (diff) | |
build(deps): bump actions/setup-go from 6 to 7dependabot/github_actions/actions/setup-go-7
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a407f7..ac0c358 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 # Make "git describe" work - name: Install Go ${{ matrix.go }} - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ matrix.go }} |
