| commit | 71bfda0e17b2619d99c30bb37851d210f85e068d | [log] [tgz] | 
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Oct 01 06:01:55 2025 +0000 | 
| committer | GitHub <noreply@github.com> | Wed Oct 01 06:01:55 2025 +0000 | 
| tree | 8cc5cdcb64e0d145553cd751dbe5cd896a44cc75 | |
| parent | 81723d0f3f0ed2199167d9b21c7baf98d3e61927 [diff] | 
Bump actions/setup-go from 5 to 6 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>
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b267ba6..a6fc5ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml
@@ -143,7 +143,7 @@ steps: - uses: actions/checkout@v5 - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 with: go-version: ${{ matrix.go }}