Bump github.com/labstack/echo/v4 from 4.13.0 to 4.13.1 #151
CI.yml
on: pull_request
Build
47s
Lint
1m 7s
Test
21s
Annotations
2 errors and 4 warnings
Lint:
intstring.go#L15
[golangci] reported by reviewdog 🐶
the methods of "StringInt" use pointer receiver and non-pointer receiver. (recvcheck)
Raw Output:
intstring.go:15:6: the methods of "StringInt" use pointer receiver and non-pointer receiver. (recvcheck)
type StringInt struct {
^
|
Lint:
intstring_test.go#L100
[golangci] reported by reviewdog 🐶
encoded-compare: use assert.JSONEq (testifylint)
Raw Output:
intstring_test.go:100:5: encoded-compare: use assert.JSONEq (testifylint)
assert.Equal(t, fmt.Sprintf(`{"value":"%d"}`, randNum), string(data))
^
|
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|