Skip to content

Add v0.61.2 to changelog #169

Add v0.61.2 to changelog

Add v0.61.2 to changelog #169

Triggered via push February 19, 2024 13:16
Status Success
Total duration 2m 3s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2, actions/setup-node@v3, golangci/golangci-lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: bootstrap/bootstrap.go#L501
Error return value of `provider.SetValidationKey` is not checked (errcheck)
build: bootstrap/bootstrap.go#L532
Error return value of `provider.SetValidationKey` is not checked (errcheck)
build: bootstrap/bootstrap.go#L131
Function 'initialize' has too many statements (117 > 40) (funlen)
build: bootstrap/bootstrap.go#L448
Function 'setupOIDCProvider' is too long (92 > 60) (funlen)
build: bootstrap/utils.go#L44
string `.json` has 2 occurrences, make it a constant (goconst)
build: bootstrap/utils.go#L62
string `.pem` has 2 occurrences, make it a constant (goconst)
build: bootstrap/bootstrap.go#L296
commentFormatting: put a space between `//` and comment text (gocritic)
build: bootstrap/bootstrap.go#L140
ifElseChain: rewrite if-else to switch statement (gocritic)