From 71c2fec3e03193cb35b116fc55bfb3c6e62851f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:32:50 +0000 Subject: [PATCH 1/2] Bump golang from 1.23.1 to 1.23.2 Bumps golang from 1.23.1 to 1.23.2. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index 2ac01c1..fa8abf9 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,5 +1,5 @@ # update together with .github/workflows/ci.yml -FROM golang:1.23.1 AS go +FROM golang:1.23.2 AS go # update together with .github/workflows/ci.yml FROM golangci/golangci-lint:v1.61.0 AS linter From 555c4c8b2aef7ad341f861795ec79abefc5c325d Mon Sep 17 00:00:00 2001 From: Marat Reymers <16486128+maratori@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:45:06 +0200 Subject: [PATCH 2/2] Update ci.yaml --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 826f434..eca8b9d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.23.1" # update together with Dockerfile.dev + go-version: "1.23.2" # update together with Dockerfile.dev - name: Debug with tmate SSH if enabled if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_ssh }} uses: mxschmitt/action-tmate@v3 @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.23.1" # update together with dev.dockerfile + go-version: "1.23.2" # update together with dev.dockerfile - run: make test-latest-deps lint: @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.23.1" # update together with Dockerfile.dev + go-version: "1.23.2" # update together with Dockerfile.dev - uses: golangci/golangci-lint-action@v6 with: version: "v1.61.0" # update together with Dockerfile.dev @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.23.1" # update together with Dockerfile.dev + go-version: "1.23.2" # update together with Dockerfile.dev - run: make check-tidy typos: