Tags: gin-contrib/requestid
Tags
build: update GolangCI configuration and optimize linter settings - Set golangci-lint version to "2" - Change linters configuration to use default "none" instead of enabling/disabling all linters - Remove linters: `exportloopref`, `gofmt`, `goimports`, `gosimple`, `stylecheck`, and `typecheck` - Add exclusion presets for generated code and common false positives - Add path exclusions for `third_party`, `builtin`, and `examples` - Enable `gofmt` and `goimports` formatters - Remove the `run` configuration block with a 3-minute timeout configuration Signed-off-by: appleboy <appleboy.tw@gmail.com>
chore: upgrade Go version and dependencies in workflow - Remove Go version 1.20 from the workflow configuration - Update Go version to 1.21.0 in the go.mod file - Upgrade `github.com/bytedance/sonic` from v1.12.1 to v1.12.2 - Upgrade `github.com/pelletier/go-toml/v2` from v2.2.2 to v2.2.3 Signed-off-by: appleboy <appleboy.tw@gmail.com>
chore: update golang.org/x dependencies - Update `golang.org/x/arch` dependency from `v0.7.0` to `v0.8.0` - Upgrade `golang.org/x/sys` from `v0.19.0` to `v0.20.0` - Increment `golang.org/x/text` version from `v0.14.0` to `v0.15.0` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
chore: update dependencies and refactor imports - Update dependencies in `go.mod`, including `sonic`, `base64x`, `iasm`, `validator`, `go-toml`, `crypto`, `net`, `sys`, and `protobuf` to newer versions - Add `sonic/loader` as a new indirect dependency - Replace `chenzhuoyu` dependencies with `cloudwego` equivalents Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
ci: update GitHub Actions configurations - Update CodeQL action to version 3 in `.github/workflows/codeql.yml` - Update `golangci/golangci-lint-action` to version 4 in `.github/workflows/go.yml` - Change the name of the checkout step in `.github/workflows/goreleaser.yml` Signed-off-by: appleboy <appleboy.tw@gmail.com>
PreviousNext