diff options
| author | dependabot[bot] | 2026-07-20 11:34:02 +0000 |
|---|---|---|
| committer | rfjakob | 2026-09-01 22:03:15 +0200 |
| commit | 8ad75e1e2c18eb88cf1d2225270baadd8abe116f (patch) | |
| tree | 9d3c6d941a2355ffc3bccc1cb895aa75630a4b1e | |
| parent | 12fa2c54de65e57649e07042b6cf517896a430aa (diff) | |
build(deps): bump actions/setup-go from 6 to 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 }} |
