Tags: gin-contrib/secure
Tags
ci: enhance code quality and testing for secure.go and GitHub workflows - Update golangci-lint-action to version 7 in GitHub workflow - Add version specification for golangci-lint-action in GitHub workflow - Create a new .golangci.yml file with specific linter configurations and exclusions - Split long comments in secure.go for better readability - Add context package import in secure_test.go - Replace hardcoded host and scheme strings with constants in secure_test.go - Use http.NewRequestWithContext instead of http.NewRequest in secure_test.go - Remove gin.SetMode initialization in secure_test.go Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
chore: update and streamline dependency management - Update dependencies: `sonic` to v1.11.6, `base64x` to v0.1.4, `iasm` to v0.2.0, `validator` to v10.20.0, `go-toml` to v2.2.2, `arch` to v0.8.0, `sys` to v0.20.0, `text` to v0.15.0, and `protobuf` to v1.34.0 - Add new dependencies: `sonic/loader` v0.1.1 - Remove outdated dependencies: `chenzhuoyu/base64x` and `chenzhuoyu/iasm` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
ci: update GitHub Actions workflows configurations - Update the cron schedule in the CodeQL workflow file - Change the language array format in the CodeQL workflow file - Upgrade the CodeQL action version in the CodeQL workflow file - Modify the go version setup in the Go workflow file - Update the golangci-lint action version in the Go workflow file - Add a cache action with a new version in the Go workflow file - Update the codecov action version in the Go workflow file - Change the tag format in the Goreleaser workflow file - Adjust the steps and setup in the Goreleaser workflow file - Update the Go version and GoReleaser action in the Goreleaser workflow file Signed-off-by: appleboy <appleboy.tw@gmail.com>