mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-29 23:05:42 +00:00
chore: fix linter config (#209)
This commit is contained in:
parent
bf9e31ecfc
commit
fc254db468
4
.github/workflows/golangci-lint.yml
vendored
4
.github/workflows/golangci-lint.yml
vendored
@ -16,10 +16,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.18
|
go-version: 1.19
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v3
|
uses: golangci/golangci-lint-action@v3
|
||||||
with:
|
with:
|
||||||
version: v1.50.1
|
version: v1.50
|
||||||
only-new-issues: true
|
only-new-issues: true
|
||||||
|
Loading…
Reference in New Issue
Block a user