Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .dmtlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ linters-settings:
- tools/addlicense/testdata
- test/performance/ssh
- test/e2e/legacy/testdata/sshkeys
- images/dvcr-artifact/staging
2 changes: 1 addition & 1 deletion .github/workflows/dev_module_build-and-registration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
MODULES_MODULE_TAG: ${{ github.event.inputs.tag }}
SOURCE_REPO: "${{secrets.SOURCE_REPO}}"
SOURCE_REPO_GIT: "${{secrets.SOURCE_REPO_GIT}}"
GO_VERSION: "1.24.13"
GO_VERSION: "1.25.9"
MODULE_EDITION: "EE"

on:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dev_module_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ env:
MODULES_MODULE_SOURCE: ${{ vars.DEV_MODULE_SOURCE }}
MODULES_REGISTRY_LOGIN: ${{ vars.DEV_MODULES_REGISTRY_LOGIN }}
MODULES_REGISTRY_PASSWORD: ${{ secrets.DEV_MODULES_REGISTRY_PASSWORD }}
GO_VERSION: "1.24.13"
GOLANGCI_LINT_VERSION: "1.64.8"
GO_VERSION: "1.25.9"
GOLANGCI_LINT_VERSION: "2.11.1"
SOURCE_REPO: "${{secrets.SOURCE_REPO}}"
SOURCE_REPO_GIT: "${{secrets.SOURCE_REPO_GIT}}"
TRIVY_DISABLE_VEX_NOTICE: "true"
Expand Down Expand Up @@ -257,11 +257,11 @@ jobs:
find_errors=0
cd "$dir" || { echo "::error::Failed to access directory $dir"; continue; }
if ! output=$(golangci-lint run --sort-results); then
if ! output=$(golangci-lint run); then
error_count=$(( error_count + 1 ))
echo "::group::📂 Linting directory ❌: $dir"
echo -e "❌ Errors:\n$output\n"
golangci-lint run --sort-results || true
golangci-lint run || true
else
echo "::group::📂 Linting directory ✅: $dir"
echo -e "✅ All check passed\n"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dev_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name: Validations

env:
GO_VERSION: "1.24.13"
GO_VERSION: "1.25.9"
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
Expand Down Expand Up @@ -137,9 +137,9 @@ jobs:
matrix:
# Define two groups of components with their respective Go versions
components:
- { component: virtualization-artifact, go-version: "1.24.13" }
- { component: vm-route-forge, go-version: "1.24.13" }
- { component: api, go-version: "1.24.13" }
- { component: virtualization-artifact, go-version: "1.25.9" }
- { component: vm-route-forge, go-version: "1.25.9" }
- { component: api, go-version: "1.25.9" }

steps:
- name: Set skip flag
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:
virtualization_tag: main
deckhouse_channel: alpha
default_user: cloud
go_version: "1.24.13"
go_version: "1.25.9"
e2e_timeout: "3.5h"
date_start: ${{ needs.set-vars.outputs.date_start }}
randuuid4c: ${{ needs.set-vars.outputs.randuuid4c }}
Expand All @@ -362,7 +362,7 @@ jobs:
virtualization_tag: main
deckhouse_channel: alpha
default_user: cloud
go_version: "1.24.13"
go_version: "1.25.9"
e2e_timeout: "3.5h"
date_start: ${{ needs.set-vars.outputs.date_start }}
randuuid4c: ${{ needs.set-vars.outputs.randuuid4c }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_e2e_tests_ceph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
CSI: rbd.csi.ceph.com
STORAGE_CLASS_NAME: ceph-pool-r2-csi-rbd-immediate
CI_COMMIT_REF_NAME: ${{ github.ref_name }}
GO_VERSION: "1.24.13"
GO_VERSION: "1.25.9"
TIMEOUT: "3h"

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_e2e_tests_replicated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
CSI: replicated.csi.storage.deckhouse.io
STORAGE_CLASS_NAME: linstor-thin-r1
CI_COMMIT_REF_NAME: ${{ github.ref_name }}
GO_VERSION: "1.24.13"
GO_VERSION: "1.25.9"
TIMEOUT: "3h"

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_module_release-channels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ jobs:
name: Check version on release channel
runs-on: ubuntu-latest
env:
GO_VERSION: "1.24.13"
GO_VERSION: "1.25.9"
input_channel: ${{ github.event.inputs.channel }}
input_version: ${{ github.event.inputs.tag }}
needs:
Expand Down
2 changes: 1 addition & 1 deletion api/client/examples/cancel-evacuation/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/deckhouse/virtualization/api/client/examples/cancel-evacuation

replace github.com/deckhouse/virtualization/api => ./../../../../api

go 1.24.13
go 1.25.9

require (
github.com/deckhouse/virtualization/api v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion api/client/examples/list-resources/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deckhouse/virtualization/api/client/examples/list-resources

go 1.24.13
go 1.25.9

require (
github.com/deckhouse/virtualization/api v0.0.0-20240322104947-2d492906a8b2
Expand Down
4 changes: 2 additions & 2 deletions api/client/examples/resourceclaim/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
module github.com/deckhouse/virtualization/api/client/examples/resourceclaim

go 1.24.13
go 1.25.9

require (
github.com/deckhouse/virtualization/api v1.0.0
github.com/spf13/cobra v1.10.1
github.com/spf13/pflag v1.0.10
k8s.io/apimachinery v0.33.3
)

require (
Expand Down Expand Up @@ -45,7 +46,6 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/api v0.33.3 // indirect
k8s.io/apiextensions-apiserver v0.33.3 // indirect
k8s.io/apimachinery v0.33.3 // indirect
k8s.io/client-go v0.33.3 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20250701173324-9bd5c66d9911 // indirect
Expand Down
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deckhouse/virtualization/api

go 1.24.13
go 1.25.9

tool (
k8s.io/code-generator
Expand Down
Loading
Loading