| commit | 755f7d9faf463ed505f28492961a8452fc70493d | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Oct 01 06:01:55 2025 +0000 |
| committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Wed Oct 01 07:33:25 2025 -0700 |
| 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 }}