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: ashanbrown/makezero
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: ashanbrown/makezero
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 2, 2024

  1. bump golang.org/x/tools to v0.13.0 to fix panic (#17)

    This PR fixes panic in tests when running with Go 1.23.
    
    golang.org/x/tools requires go 1.18 in go.mod.
    alexandear authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    47b5f74 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Add v2 version support for makezero module (#18)

    Following the release policy at 
    https://go.dev/wiki/Modules#releasing-modules-v2-or-higher
    Starting with version 2.x need support to pull module,
    ```
    go get -u github.com/ashanbrown/makezero/v2
    ```
    
    Even pkg docs points v1.2.0 https://pkg.go.dev/github.com/ashanbrown/makezero
    
    Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
    sanketsudake authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    400a290 View commit details
    Browse the repository at this point in the history
Loading