Skip to content

chore: update modules (#899) #9

chore: update modules (#899)

chore: update modules (#899) #9

Triggered via push January 20, 2024 10:33
Status Success
Total duration 1m 30s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
audit: proxmox/data_ha_group.go#L10
exported function DataHAGroup should have comment or be unexported
audit: proxmox/provider.go#L196
don't use underscores in Go names; var minimum_permissions should be minimumPermissions
audit: proxmox/provider.go#L268
if block ends with a return statement, so drop this else and outdent its block
audit: proxmox/provider.go#L274
don't use underscores in Go names; func parameter pm_api_url should be pmAPIURL
audit: proxmox/provider.go#L275
don't use underscores in Go names; func parameter pm_user should be pmUser
audit: proxmox/provider.go#L276
don't use underscores in Go names; func parameter pm_password should be pmPassword
audit: proxmox/provider.go#L277
don't use underscores in Go names; func parameter pm_api_token_id should be pmAPITokenID
audit: proxmox/provider.go#L278
don't use underscores in Go names; func parameter pm_api_token_secret should be pmAPITokenSecret
audit: proxmox/provider.go#L279
don't use underscores in Go names; func parameter pm_otp should be pmOtp
audit: proxmox/provider.go#L280
don't use underscores in Go names; func parameter pm_tls_insecure should be pmTLSInsecure
audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/