]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
build(deps): bump actions/setup-go from 5 to 6 dependabot/github_actions/actions/setup-go-6 638/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 1 Oct 2025 11:14:30 +0000 (11:14 +0000)
committerGitHub <noreply@github.com>
Wed, 1 Oct 2025 11:14:30 +0000 (11:14 +0000)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/ci.yaml

index 796bf32ae967d8ffd0c662510b601acfbb1190d6..d90b69c4404d8aa272bb40da2cf77498426b841d 100644 (file)
@@ -19,7 +19,7 @@ jobs:
           python-version: "3.13"
           cache: 'pip'
       - name: Set up Go
-        uses: actions/setup-go@v5
+        uses: actions/setup-go@v6
         with:
           go-version: "1.21"
       - name: Install dependencies