From 50f252ac2588779c08d0414caafe6ce796b59bb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:41:43 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.0 --- .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 dbd9557..275d81e 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.25 + go-version: 1.26 # Runs a set of commands using the runners shell - name: Run GoReleaser diff --git a/go.mod b/go.mod index d804168..ad96491 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ module github.com/adobe/imscli go 1.23.0 -toolchain go1.25.6 +toolchain go1.26.0 require ( github.com/adobe/ims-go v0.19.2