File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
66[ action-img ] : https://github.com/bcomnes/goversion/actions/workflows/test.yml/badge.svg
77[ action-url ] : https://github.com/bcomnes/goversion/actions/workflows/test.yml
8- [ pkg-go-dev-img ] : https://pkg.go.dev/badge/github.com/bcomnes/goversion
9- [ pkg-go-dev-url ] : https://pkg.go.dev/github.com/bcomnes/goversion
8+ [ pkg-go-dev-img ] : https://pkg.go.dev/badge/github.com/bcomnes/goversion/v2
9+ [ pkg-go-dev-url ] : https://pkg.go.dev/github.com/bcomnes/goversion/v2
1010[ socket-image ] : https://socket.dev/api/badge/go/package/github.com/bcomnes/goversion?version=v1.0.2
1111[ socket-url ] : https://socket.dev/go/package/github.com/bcomnes/goversion?version=v1.0.2
1212
@@ -31,7 +31,7 @@ Install via Go modules:
3131
3232``` console
3333# Install go version as a tool
34- go get -tool github.com/bcomnes/goversion
34+ go get -tool github.com/bcomnes/goversion/v2
3535```
3636
3737## Usage
@@ -119,7 +119,7 @@ import (
119119 " fmt"
120120 " log"
121121
122- " github.com/bcomnes/goversion/pkg"
122+ " github.com/bcomnes/goversion/v2/ pkg"
123123)
124124
125125func main () {
Original file line number Diff line number Diff line change 5252// the commit with the new version.
5353//
5454// For more detailed API documentation, please see the documentation in the "pkg" package
55- // or visit [PkgGoDev](https://pkg.go.dev/github.com/bcomnes/goversion).
55+ // or visit [PkgGoDev](https://pkg.go.dev/github.com/bcomnes/goversion/v2 ).
5656package main
You can’t perform that action at this time.
0 commit comments