From f56796ae62dd9ddb0cc714067dc704ffdc9d5053 Mon Sep 17 00:00:00 2001 From: "ske-renovate-ce[bot]" <163154779+ske-renovate-ce[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:17:45 +0000 Subject: [PATCH 1/2] chore(deps): update dependency go to v1.26.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a71f43..b168def 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: uses: actions/setup-go@v6 id: go with: - go-version: 1.24.0 + go-version: 1.26.0 - name: Verify go.mod is sane run: go mod tidy && git diff --no-patch --exit-code - name: Golangci-lint From 8c5d53e37d75d4b15a5a9943735d2975e127d632 Mon Sep 17 00:00:00 2001 From: Maximilian Geberl Date: Mon, 2 Mar 2026 11:27:30 +0100 Subject: [PATCH 2/2] fix name of ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b168def..5fa8a08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v6 with: fetch-depth: 0 - - name: Set up Go 1.23.2 + - name: Set up Go uses: actions/setup-go@v6 id: go with: