Skip to content

Bump github.com/k8s-proxmox/proxmox-go from 0.0.0-alpha25 to 0.0.0-alpha27 #169

Bump github.com/k8s-proxmox/proxmox-go from 0.0.0-alpha25 to 0.0.0-alpha27

Bump github.com/k8s-proxmox/proxmox-go from 0.0.0-alpha25 to 0.0.0-alpha27 #169

name: golangci-lint
on:
pull_request:
types: [opened, synchronize, reopened]
# Remove all permissions from GITHUB_TOKEN except metadata.
permissions: {}
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20.5
check-latest: true
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.53.3
args: --timeout 5m