Skip to content

build(deps): bump WillAbides/setup-go-faster from 1.12.0 to 1.13.0 #404

build(deps): bump WillAbides/setup-go-faster from 1.12.0 to 1.13.0

build(deps): bump WillAbides/setup-go-faster from 1.12.0 to 1.13.0 #404

Triggered via pull request December 4, 2023 04:28
Status Success
Total duration 1m 51s
Artifacts

go.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
Test on go 1.19 and ubuntu-latest: server/echo.go#L1
should have a package comment
Test on go 1.19 and ubuntu-latest: pkg/pprof/pprof.go#L1
should have a package comment
Test on go 1.19 and ubuntu-latest: pkg/render/json.go#L1
should have a package comment
Test on go 1.19 and ubuntu-latest: pkg/handlers/console_logger.go#L1
should have a package comment
Test on go 1.19 and ubuntu-latest: pkg/render/template.go#L15
parameter 'obj' seems to be unused, consider removing or renaming it as _
Test on go 1.19 and ubuntu-latest: pkg/binding/form.go#L39
func DecodeUrlValues should be DecodeURLValues
Test on go 1.19 and ubuntu-latest: pkg/binding/query.go#L8
comment on exported var QueryTagName should be of the form "QueryTagName ..."
Test on go 1.19 and ubuntu-latest: pkg/handlers/console_logger.go#L13
exported var IgnorePaths should have comment or be unexported
Test on go 1.19 and ubuntu-latest: route_cache.go#L27
exported func NewCachedRoutes returns unexported type *rux.cachedRoutes, which can be annoying to use
Test on go 1.19 and ubuntu-latest: benchmark_test.go#L81
this block is empty, you can remove it
Test on go 1.18 and ubuntu-latest: server/echo.go#L1
should have a package comment
Test on go 1.18 and ubuntu-latest: pkg/pprof/pprof.go#L1
should have a package comment
Test on go 1.18 and ubuntu-latest: pkg/render/json.go#L1
should have a package comment
Test on go 1.18 and ubuntu-latest: pkg/binding/query.go#L8
comment on exported var QueryTagName should be of the form "QueryTagName ..."
Test on go 1.18 and ubuntu-latest: pkg/handlers/console_logger.go#L1
should have a package comment
Test on go 1.18 and ubuntu-latest: pkg/render/template.go#L15
parameter 'obj' seems to be unused, consider removing or renaming it as _
Test on go 1.18 and ubuntu-latest: pkg/binding/form.go#L39
func DecodeUrlValues should be DecodeURLValues
Test on go 1.18 and ubuntu-latest: pkg/handlers/console_logger.go#L13
exported var IgnorePaths should have comment or be unexported
Test on go 1.18 and ubuntu-latest: router_test.go#L53
parameter 'r' seems to be unused, consider removing or renaming it as _
Test on go 1.18 and ubuntu-latest: context.go#L455
var isHttp should be isHTTP
Test on go 1.20 and ubuntu-latest: pkg/render/json.go#L1
should have a package comment
Test on go 1.20 and ubuntu-latest: pkg/handlers/console_logger.go#L13
exported var IgnorePaths should have comment or be unexported
Test on go 1.20 and ubuntu-latest: pkg/handlers/console_logger.go#L1
should have a package comment
Test on go 1.20 and ubuntu-latest: pkg/pprof/pprof.go#L1
should have a package comment
Test on go 1.20 and ubuntu-latest: pkg/render/template.go#L15
parameter 'obj' seems to be unused, consider removing or renaming it as _
Test on go 1.20 and ubuntu-latest: server/echo.go#L1
should have a package comment
Test on go 1.20 and ubuntu-latest: pkg/binding/query.go#L8
comment on exported var QueryTagName should be of the form "QueryTagName ..."
Test on go 1.20 and ubuntu-latest: pkg/binding/form.go#L39
func DecodeUrlValues should be DecodeURLValues
Test on go 1.20 and ubuntu-latest: route_cache.go#L27
exported func NewCachedRoutes returns unexported type *rux.cachedRoutes, which can be annoying to use
Test on go 1.20 and ubuntu-latest: benchmark_test.go#L131
parameter 't' seems to be unused, consider removing or renaming it as _