Skip to content

Commit

Permalink
Change go linter version to make tests pass
Browse files Browse the repository at this point in the history
Signed-off-by: Kobi Samoray <[email protected]>
  • Loading branch information
ksamoray committed Jan 14, 2025
1 parent 9d33f9d commit 2ded819
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.56.1
args: --issues-exit-code=1
version: v1.62.0
args: --issues-exit-code=1 --timeout 10m
only-new-issues: true
skip-pkg-cache: true
skip-build-cache: true
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module github.com/vmware/terraform-provider-nsxt

go 1.22
toolchain go1.22.5
go 1.22.0

toolchain go1.23.3

replace (
github.com/vmware/vsphere-automation-sdk-go/lib => github.com/vmware/vsphere-automation-sdk-go/lib v0.7.1-0.20241113023437-5938c535c194
Expand Down

0 comments on commit 2ded819

Please sign in to comment.