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
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:
parent
70343b2193
commit
1a4623f218
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci_new.yaml
vendored
2
.github/workflows/ci_new.yaml
vendored
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue