summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-11 04:07:27 +0000
committerDirkjan Ochtman <dirkjan@ochtman.nl>2023-12-11 08:22:35 +0000
commit4074adf8a901c955887312cad26e6943d90ffcc9 (patch)
treeb411b6e8b06ca82c65ef05c2bf4a1822f2ac2afe /.github
parent0963cca28d562949e24a413f671fac3397c23eeb (diff)
build(deps): 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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 45cb7f51..52dd189f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -128,7 +128,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Install golang toolchain
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
with:
go-version: "1.20"
cache: false