From 983b7fd85f17e106c4d1ebb42260a7d8453f3ed8 Mon Sep 17 00:00:00 2001 From: "wajeht-renovate[bot]" <260339327+wajeht-renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 08:05:23 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f8bc16..ccc8990 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Go uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: - go-version: '1.26.4' + go-version: '1.26.5' - name: Run unit tests run: go test ./... @@ -37,7 +37,7 @@ jobs: - name: Set up Go uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: - go-version: '1.26.4' + go-version: '1.26.5' - name: Run go fmt run: go fmt ./...