There was an error while loading. Please reload this page.
1 parent 72dec35 commit bc63626Copy full SHA for bc63626
README.md
@@ -123,6 +123,20 @@ $ clusterlint --plugins=/path/to/plugin.so list
123
$ clusterlint --plugins=/path/to/plugin.so run -c my-plugin-check
124
```
125
126
+## Update Go and dependencies
127
+1. Update Go version in
128
+ 1. [go.mod](./go.mod)
129
+ 2. [.circleci/config.yml](./.circleci/config.yml)
130
+ 3. [.github/workflows/release.yml](./.github/workflows/release.yml)
131
+ 4. [Dockerfile](./Dockerfile)
132
+2. Update Go dependencies
133
+ ```shell
134
+ go get -u ./...
135
+ go mod tidy
136
+ go mod vendor
137
+ ```
138
+3. Create and merge PR
139
+
140
## Release
141
142
To release a new version of clusterlint, go to the actions page on GitHub, click on `Run workflow`.
0 commit comments