Skip to content

Commit

Permalink
[Fix] toolchain rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-sidelnikov committed Sep 30, 2024
1 parent 000a88b commit 9f8a73c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ linters-settings:
run:
timeout: 5m
# Exclude vendor and any other system-level directories
skip-dirs:
- vendor
- go/pkg

linters:
disable-all: true
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/opentelekomcloud/cloud-provider-opentelekomcloud

go 1.22
go 1.22.0

toolchain go1.22.2

require (
k8s.io/apimachinery v0.31.1
Expand Down

0 comments on commit 9f8a73c

Please sign in to comment.