From 8c42ecfcebbf3714ca4cbb413ba1315d9e89d162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 08:20:45 +0000 Subject: [PATCH] Bump golang/go from go1.23.2 to 1.23.4 Bumps [golang/go](https://github.com/golang/go) from go1.23.2 to 1.23.4. This release includes the previously tagged commit. - [Commits](https://github.com/golang/go/compare/go1.23.2...go1.23.4) --- 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 8b4ef4c..d0fea4c 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.23.2 + - uses: golang/go@go1.23.4 # update the versions in the devcontainer Dockerfile manually, too - uses: golang/tools@gopls/v0