From 531cac0dfd50679f0749dfa889ca8471aaf57dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 08:18:52 +0000 Subject: [PATCH] Bump golang/go from go1.23.1 to 1.23.2 Bumps [golang/go](https://github.com/golang/go) from go1.23.1 to 1.23.2. This release includes the previously tagged commit. - [Commits](https://github.com/golang/go/compare/go1.23.1...go1.23.2) --- 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 c6df47e..8b4ef4c 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.1 + - uses: golang/go@go1.23.2 # update the versions in the devcontainer Dockerfile manually, too - uses: golang/tools@gopls/v0