fix: upgrade go version
All checks were successful
Notify on new PR / Notify via Google Chat (pull_request) Successful in 1m3s
CI Workflow / CI run build and linting (pull_request) Successful in 5m20s
CI Workflow / Code coverage report (pull_request) Successful in 45s
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 10m13s
TF Acceptance Tests Workflow / Acceptance Tests (pull_request) Successful in 18m14s
CI Workflow / Check GoReleaser config (pull_request) Successful in 43s
CI Workflow / Prepare GO cache (pull_request) Successful in 2m43s
CI Workflow / CI run tests (pull_request) Successful in 6m52s

This commit is contained in:
Marcel S. Henselin 2026-05-20 21:34:08 +02:00
parent 70343b2193
commit 1a4623f218
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"