https://github.com/pierdipi/gobump
gobump changes the version of any go.mod file in a repository to a specified Go version.
https://github.com/pierdipi/gobump
go golang gomod
Last synced: about 1 year ago
JSON representation
gobump changes the version of any go.mod file in a repository to a specified Go version.
- Host: GitHub
- URL: https://github.com/pierdipi/gobump
- Owner: pierDipi
- Created: 2020-10-10T09:56:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-23T15:41:48.000Z (over 5 years ago)
- Last Synced: 2025-01-29T02:45:31.861Z (over 1 year ago)
- Topics: go, golang, gomod
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gobump
`gobump` changes the version of any `go.mod` file in a repository to a specified Go version.
## Installation
`go get github.com/pierdipi/gobump/cmd/gobump`
## Usage
```bash
Usage of gobump:
-exclude-regex string
Exclude regex
-target string
Go target version
Example:
gobump --target 1.15 --exclude-regex ^third_party
```