Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

upgrade go and dependencies #1

upgrade go and dependencies

upgrade go and dependencies #1

Triggered via pull request May 15, 2024 11:26
Status Success
Total duration 53s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: casbin/adapter.go#L57
Error return value of `gobis.InjectContextValue` is not checked (errcheck)
lint: infopage/handler.go#L75
Error return value of `w.Write` is not checked (errcheck)
lint: oauth2/ctx.go#L30
Error return value of `gobis.InjectContextValue` is not checked (errcheck)
lint: oauth2/handler.go#L125
Error return value of `sess.Save` is not checked (errcheck)
lint: oauth2/handler.go#L154
Error return value of `sess.Save` is not checked (errcheck)
lint: oauth2/handler.go#L173
Error return value of `w.Write` is not checked (errcheck)
lint: oauth2/handler.go#L233
Error return value of `w.Write` is not checked (errcheck)
lint: ratelimit/ratelimit.go#L49
Error return value of `rateSet.Add` is not checked (errcheck)
lint: oauth2/handler.go#L207
S1024: should use time.Until instead of t.Sub(time.Now()) (gosimple)
lint: utils/response_modifier.go#L38
SA4005: ineffective assignment to field ResponseModifier.code (staticcheck)