From 079d2ba304176d921d3b44beeefe95391f681d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:39:05 +0000 Subject: [PATCH] Bump golang/go from go1.21.4 to 1.21.5 Bumps [golang/go](https://github.com/golang/go) from go1.21.4 to 1.21.5. This release includes the previously tagged commit. - [Commits](https://github.com/golang/go/compare/go1.21.4...go1.21.5) --- updated-dependencies: - dependency-name: golang/go dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot_hack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot_hack.yml b/.github/workflows/dependabot_hack.yml index fc82ed7a..c78bf9fc 100644 --- a/.github/workflows/dependabot_hack.yml +++ b/.github/workflows/dependabot_hack.yml @@ -20,7 +20,7 @@ jobs: # 4. integration_test.yml # 5. virtual_test.yml # 6. the go.mod (if it is a major or minor version change e.g. 1.14 to 1.15) - - uses: golang/go@go1.21.4 + - uses: golang/go@go1.21.5 # update the versions in the devcontainer Dockerfile manually, too - uses: golang/tools@gopls/v0