From 8252b8d4bd49422d5478e5f28d1c4215495d7c27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:41:00 +0000 Subject: [PATCH] Update dependency go to v1.26.2 --- .github/workflows/release.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e2a3ee3..548fd29 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,7 +7,7 @@ on: tags: ['v**'] env: - GO_VERSION: 1.26.0 + GO_VERSION: 1.26.2 jobs: build-and-release: diff --git a/go.mod b/go.mod index d71f380..08235bf 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,6 @@ module github.com/kvij/scuttle go 1.23 -toolchain go1.26.0 +toolchain go1.26.2 require github.com/cenkalti/backoff/v5 v5.0.3