File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 - uses : actions/checkout@v3
4848 - uses : golangci/golangci-lint-action@v3
4949 with :
50- version : v1.49.0
50+ version : v1.50.1
5151 skip-cache : true
5252 args : --timeout=5m
5353
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17-
1817#
1918# Install developer tools to $GOBIN (or $GOPATH/bin if unset)
2019#
@@ -23,7 +22,7 @@ set -eu -o pipefail
2322# install `protobuild` and other commands
2423go install github.com/stevvooe/
[email protected] 2524go install github.com/cpuguy83/go-md2man/
[email protected] 26- go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0
25+ go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1
2726
2827# the following packages need to exist in $GOPATH so we can't use
2928# go modules-aware mode of `go get` for these includes used during
You can’t perform that action at this time.
0 commit comments