Bump golang from 1.22.4-alpine to 1.23.0-alpine #410
lint-go.yml
on: pull_request
lint-go
/
Check if go.mod is tidy
4m 50s
lint-go
/
Run Staticcheck
5m 14s
lint-go
/
Run golangci-lint
58s
Annotations
4 errors and 2 warnings
lint-go / Run golangci-lint:
cmd/whalewall/main.go#L33
variable clear has same name as predeclared identifier (predeclared)
|
lint-go / Run golangci-lint:
config.go#L279
variable min has same name as predeclared identifier (predeclared)
|
lint-go / Run golangci-lint:
config.go#L283
variable max has same name as predeclared identifier (predeclared)
|
lint-go / Run golangci-lint
issues found
|
lint-go / Check if go.mod is tidy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint-go / Run Staticcheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|