Bump version to v0.5.0 and update release notes #376
go.yml
on: push
Lint
2m 58s
Deadcode Analysis
0s
Build
0s
Annotations
10 errors and 1 warning
|
Lint:
internal/models/configuration.go#L548
File is not properly formatted (gofmt)
|
|
Lint:
internal/handlers/workflows.go#L338
type transitionKey is unused (unused)
|
|
Lint:
internal/handlers/public_board.go#L766
sprintfQuotedString: use %q instead of "%s" for quoted strings (gocritic)
|
|
Lint:
internal/handlers/items_status.go#L220
(*ItemHandler).buildItemContext - userID is unused (unparam)
|
|
Lint:
internal/database/migrate_select_options.go#L294
QF1003: could use tagged switch on info.fieldType (staticcheck)
|
|
Lint:
internal/database/migrate_select_options.go#L240
QF1003: could use tagged switch on info.fieldType (staticcheck)
|
|
Lint:
internal/auth/tokens.go#L335
whyNoLint: include an explanation for nolint directive (gocritic)
|
|
Lint:
internal/auth/tokens.go#L261
whyNoLint: include an explanation for nolint directive (gocritic)
|
|
Lint:
internal/auth/tokens.go#L259
whyNoLint: include an explanation for nolint directive (gocritic)
|
|
Lint:
internal/auth/tokens.go#L258
ifElseChain: rewrite if-else to switch statement (gocritic)
|
|
Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|