Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update Gin minimum Go version to 1.21 #3960

Merged
merged 2 commits into from
May 9, 2024
Merged

Commits on May 9, 2024

  1. build: update Gin minimum Go version to 1.21

    - Update the minimum Go version requirement for Gin from `1.20` to `1.21` in both `debug.go` and `debug_test.go`
    - Modify the warning message to reflect the new minimum Go version requirement in `debug.go`
    - Adjust the test assertion to match the updated warning message in `debug_test.go`
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4ece6ec View commit details
    Browse the repository at this point in the history
  2. docs: refine project documentation and CI configurations

    - Update supported Go versions for GitHub actions to `1.21` and `1.22`
    - Specify the required Go version as `1.21` or above in README
    - Change code block syntax to `sh` in installation and demo run instructions
    - Remove empty lines in README sections
    - Update project list formatting without changing the content
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed May 9, 2024
    Configuration menu
    Copy the full SHA
    61dbaa6 View commit details
    Browse the repository at this point in the history