From 1a4623f2187b4e60970ac0f421c5762a1b7f6ebb Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Wed, 20 May 2026 21:34:08 +0200 Subject: [PATCH] fix: upgrade go version --- .github/workflows/ci_new.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_new.yaml b/.github/workflows/ci_new.yaml index 61288df4..09f3f030 100644 --- a/.github/workflows/ci_new.yaml +++ b/.github/workflows/ci_new.yaml @@ -20,7 +20,7 @@ on: - '!.github' env: - GO_VERSION: "1.25" + GO_VERSION: "1.26" CODE_COVERAGE_FILE_NAME: "coverage.out" # must be the same as in Makefile CODE_COVERAGE_ARTIFACT_NAME: "code-coverage" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a5520ea0..80ba98a6 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -10,7 +10,7 @@ on: - 'v*' env: - GO_VERSION: "1.25" + GO_VERSION: "1.26" CODE_COVERAGE_FILE_NAME: "coverage.out" # must be the same as in Makefile CODE_COVERAGE_ARTIFACT_NAME: "code-coverage"