From 892c036e51141e7c540722863668ecf47190312f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 04:47:16 +0000 Subject: [PATCH] Update dependency go to v1.25.5 --- .github/workflows/test-go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-go.yml b/.github/workflows/test-go.yml index cbc082c6..f29aa700 100644 --- a/.github/workflows/test-go.yml +++ b/.github/workflows/test-go.yml @@ -47,7 +47,7 @@ jobs: with: #pinning to 1.20.5 until https://github.com/testcontainers/testcontainers-go/issues/1359 is resolved #go-version-file: "go.mod" - go-version: "1.20.5" + go-version: "1.25.5" - name: Install atlas for db migrations on ${{ matrix.ci-database }} run: go install ariga.io/atlas/cmd/atlas@latest