Skip to content

Upgrade Go and golangci-lint actions in CI workflow#3

Merged
28Pollux28 merged 3 commits into
masterfrom
28Pollux28-patch-1
Jun 2, 2026
Merged

Upgrade Go and golangci-lint actions in CI workflow#3
28Pollux28 merged 3 commits into
masterfrom
28Pollux28-patch-1

Conversation

@28Pollux28

Copy link
Copy Markdown
Owner

No description provided.

28Pollux28 and others added 3 commits June 2, 2026 17:07
Fix 13 linting errors across 8 files:
- errcheck (7): explicitly discard error returns with _ in loadtest.go,
  main.go, and ssh.go
- ineffassign (1): remove ineffectual `job = nil` assignment in pool.go
- staticcheck S1002 (4): simplify bool comparisons in compose.go,
  restserver.go, and restserver_admin.go
- unused (1): remove unused normalizePublishedPorts function in published_ports.go

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Explicitly discard error returns from fmt.Fprintf on lines 310, 314, 316, 323.

Co-Authored-By: Claude Opus 4.7 <<EMAIL>>
@28Pollux28
28Pollux28 merged commit 0703ad8 into master Jun 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant