mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-01-27 15:01:45 +01:00
Force golang Version 1.25
This commit is contained in:
4
.github/workflows/runonce.yml
vendored
4
.github/workflows/runonce.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: Setup Golang
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: 'stable'
|
||||
go-version: 1.25
|
||||
check-latest: true
|
||||
|
||||
# See: https://github.com/golangci/golangci-lint-action
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
with:
|
||||
version: latest
|
||||
args: --verbose
|
||||
|
||||
|
||||
- name: Run static analysis with go vet
|
||||
run: go vet ./...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user