From 75ed93648e80ab266ffde6cc8d4eeed7834fbe39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:45:33 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.1 --- .github/workflows/main.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7cca83e..9814467 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: 1.22 + go-version: 1.25 # Runs a set of commands using the runners shell - name: Run GoReleaser diff --git a/go.mod b/go.mod index 71d2d09..51d5225 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ module github.com/adobe/imscli go 1.23.0 -toolchain go1.24.3 +toolchain go1.25.1 require ( github.com/adobe/ims-go v0.19.1