Skip to content

Bump github.com/rs/zerolog from 1.29.1 to 1.31.0 (#845) #494

Bump github.com/rs/zerolog from 1.29.1 to 1.31.0 (#845)

Bump github.com/rs/zerolog from 1.29.1 to 1.31.0 (#845) #494

Triggered via push December 6, 2023 10:41
Status Success
Total duration 1m 13s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
audit: proxmox/provider.go#L192
don't use underscores in Go names; var minimum_permissions should be minimumPermissions
audit: proxmox/provider.go#L264
if block ends with a return statement, so drop this else and outdent its block
audit: proxmox/provider.go#L270
don't use underscores in Go names; func parameter pm_api_url should be pmAPIURL
audit: proxmox/provider.go#L271
don't use underscores in Go names; func parameter pm_user should be pmUser
audit: proxmox/provider.go#L272
don't use underscores in Go names; func parameter pm_password should be pmPassword
audit: proxmox/provider.go#L273
don't use underscores in Go names; func parameter pm_api_token_id should be pmAPITokenID
audit: proxmox/provider.go#L274
don't use underscores in Go names; func parameter pm_api_token_secret should be pmAPITokenSecret
audit: proxmox/provider.go#L275
don't use underscores in Go names; func parameter pm_otp should be pmOtp
audit: proxmox/provider.go#L276
don't use underscores in Go names; func parameter pm_tls_insecure should be pmTLSInsecure
audit: proxmox/provider.go#L277
don't use underscores in Go names; func parameter pm_http_headers should be pmHTTPHeaders
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/