Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gin-contrib/cors
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: gin-contrib/cors
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 10, 2024

  1. test: refactor CORS tests and expand coverage

    - Add a new test function `TestDefaultConfig` to verify default configuration behavior in CORS tests
    
    Signed-off-by: Bo-Yi Wu <[email protected]>
    appleboy committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    84d0919 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. ci: update GitHub Actions workflows for Go projects

    - Update the `fetch-depth` value to `0` in the workflow for `go.yml`
    - Update the `golangci/golangci-lint-action` version from `v3` to `v4` in the workflow for `go.yml`
    - Change the step name from `Checkout` to `Checkout repository` in the workflow for `goreleaser.yml`
    - Update the `actions/setup-go` version to `v5` in the workflow for `goreleaser.yml`
    - Modify the `args` value to `release --clean` in the workflow for `goreleaser.yml`
    
    Signed-off-by: appleboy <[email protected]>
    appleboy committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    88cbcd0 View commit details
    Browse the repository at this point in the history
  2. chore: update third-party dependencies to latest versions

    - Update the version of `github.com/stretchr/testify` from `v1.8.4` to `v1.9.0`
    - Update the version of `github.com/bytedance/sonic` from `v1.11.2` to `v1.11.3`
    - Update the version of `github.com/pelletier/go-toml/v2` from `v2.1.1` to `v2.2.0`
    
    Signed-off-by: appleboy <[email protected]>
    appleboy committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    71a48a2 View commit details
    Browse the repository at this point in the history
Loading