0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-29 14:56:10 +00:00

chore: fix linter config (#209)

This commit is contained in:
Pavel Boldyrev 2023-01-16 18:24:23 -05:00 committed by GitHub
parent bf9e31ecfc
commit fc254db468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
version: v1.50
only-new-issues: true