Thanks to visit codestin.com
Credit goes to github.com

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: appleboy/com
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: appleboy/com
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on May 13, 2025

  1. chore: update Go toolchain and dependencies to latest versions

    - Update Go version to 1.23.0
    - Set toolchain to go1.24.3
    - Bump golang.org/x/text dependency from v0.20.0 to v0.25.0
    
    Signed-off-by: appleboy <[email protected]>
    appleboy committed May 13, 2025
    Configuration menu
    Copy the full SHA
    2c416c5 View commit details
    Browse the repository at this point in the history
  2. chore: relax Go toolchain version constraint

    - Remove the explicit toolchain version specification from go.mod
    
    Signed-off-by: appleboy <[email protected]>
    appleboy committed May 13, 2025
    Configuration menu
    Copy the full SHA
    acd17d1 View commit details
    Browse the repository at this point in the history
  3. ci: expand and update CI test matrix for OSs and Go versions

    - Add support for macOS and Windows in the test matrix
    - Update Go versions tested to 1.23 and 1.24, removing 1.21 and 1.22
    - Specify go-build cache directories for each OS
    
    Signed-off-by: appleboy <[email protected]>
    appleboy committed May 13, 2025
    Configuration menu
    Copy the full SHA
    b8da180 View commit details
    Browse the repository at this point in the history
  4. chore: enhance error handling and consistency in file operations and …

    …tests
    
    - Update golangci-lint GitHub Action to use v8 and pin its version to v2.1
    - Improve error handling when closing files in file copying and GitHub output code
    - Remove trailing periods from error messages for consistency
    - Ensure proper cleanup and error checking in environment variable setup and file removal in tests
    
    Signed-off-by: appleboy <[email protected]>
    appleboy committed May 13, 2025
    Configuration menu
    Copy the full SHA
    e2bc608 View commit details
    Browse the repository at this point in the history
  5. refactor: refactor error handling to remove panic and delegate to caller

    - Remove panic on error and allow errors to be handled by the caller
    
    Signed-off-by: appleboy <[email protected]>
    appleboy committed May 13, 2025
    Configuration menu
    Copy the full SHA
    23132aa View commit details
    Browse the repository at this point in the history
Loading