Skip to content

Commit

Permalink
bump golangcli-lint version to 1.55.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maismail committed Nov 15, 2023
1 parent 583a316 commit faacc5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- uses: golangci/[email protected]
with:
version: 'v1.50.1'
version: 'v1.55.2'
args: --timeout=30m0s
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ output "hopsworks_cluster_url" {

- [Terraform](https://www.terraform.io/downloads.html) >= 0.13.x
- [Go](https://golang.org/doc/install) >= 1.20
- [golangci-lint](https://golangci-lint.run/usage/install/) = 1.50.1
- [golangci-lint](https://golangci-lint.run/usage/install/) = 1.55.2


## Quick Starts
Expand Down
2 changes: 1 addition & 1 deletion acceptance-test.jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
stage ('install gloangci-lint') {
steps {
sh '''
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2
golangci-lint --version
'''
}
Expand Down

0 comments on commit faacc5f

Please sign in to comment.