commit | 1ebfcf8e0b8eb0c0e4137b7bc1a45e3f887e273e | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Jan 03 16:59:31 2024 +0000 |
committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Wed Jan 03 09:20:40 2024 -0800 |
tree | 303f292486b9cb36478aced8dbcc8c125e8001cb | |
parent | be1c8fd836132fe9d7d6058db05fd9aacd3b3002 [diff] [blame] |
Bump actions/setup-go from 4 to 5 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go 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 d963b0a..3ef763f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml
@@ -88,7 +88,7 @@ steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }}