Skip to content

chore: bump to go1.23.2 #311

chore: bump to go1.23.2

chore: bump to go1.23.2 #311

Triggered via pull request October 25, 2024 15:58
Status Failure
Total duration 47s
Artifacts

check-golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: versionmanager/manager.go#L356
Error return value of `os.Stdin.Read` is not checked (errcheck)
lint: cmd/tenv/tenv.go#L162
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
lint: versionmanager/lastuse/last.go#L57
G306: Expect WriteFile permissions to be 0600 or less (gosec)
lint: pkg/lockfile/lockfile_test.go#L98
G306: Expect WriteFile permissions to be 0600 or less (gosec)
lint: versionmanager/retriever/atmos/atmosretriever.go#L118
G306: Expect WriteFile permissions to be 0600 or less (gosec)
lint: pkg/download/download.go#L31
var-naming: func ApplyUrlTranformer should be ApplyURLTranformer (revive)
lint: pkg/download/download.go#L80
var-naming: func UrlTranformer should be URLTranformer (revive)
lint: pkg/htmlquery/html.go#L60
unused-parameter: parameter 'i' seems to be unused, consider removing or renaming it as _ (revive)
lint: versionmanager/retriever/terraform/terraformretriever.go#L47
var-naming: const indexJson should be indexJSON (revive)
lint: versionmanager/builder/builder.go#L47
unused-parameter: parameter 'hclParser' seems to be unused, consider removing or renaming it as _ (revive)