Skip to content

Commit

Permalink
Update README.md for the steps to update Go and dependencies (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Love <[email protected]>
  • Loading branch information
llDrLove and llDrLove authored Sep 27, 2023
1 parent 72dec35 commit bc63626
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,20 @@ $ clusterlint --plugins=/path/to/plugin.so list
$ clusterlint --plugins=/path/to/plugin.so run -c my-plugin-check
```

## Update Go and dependencies
1. Update Go version in
1. [go.mod](./go.mod)
2. [.circleci/config.yml](./.circleci/config.yml)
3. [.github/workflows/release.yml](./.github/workflows/release.yml)
4. [Dockerfile](./Dockerfile)
2. Update Go dependencies
```shell
go get -u ./...
go mod tidy
go mod vendor
```
3. Create and merge PR

## Release

To release a new version of clusterlint, go to the actions page on GitHub, click on `Run workflow`.
Expand Down

0 comments on commit bc63626

Please sign in to comment.