From 5378ba8adbd05e8ae47f50f47b912c5cb9824d48 Mon Sep 17 00:00:00 2001 From: "gitops-promoter-renovate-bot[bot]" <239415342+gitops-promoter-renovate-bot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 03:45:11 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.5 --- .github/workflows/ci.yaml | 4 ++-- go.mod | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 85b591975..41445fd6d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # pin@v5 with: - go-version: "1.24" + go-version: "1.25" - name: Setup Node.js uses: actions/setup-node@v6 with: @@ -104,7 +104,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # pin@v5 with: - go-version: "1.24" + go-version: "1.25" - name: go mod tidy run: | go mod tidy diff --git a/go.mod b/go.mod index 9bd1a8a77..8049b68ab 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/argoproj-labs/gitops-promoter -go 1.24.0 - -toolchain go1.24.1 +go 1.25.5 require ( codeberg.org/mvdkleijn/forgejo-sdk/forgejo/v2 v2.2.0