Skip to content

Commit

Permalink
Merge pull request #5991 from nishantwrp/rollback-golangci-lint
Browse files Browse the repository at this point in the history
rollback to golangci-lint v1.47.3
  • Loading branch information
leecalcote committed Aug 7, 2022
2 parents aa6b818 + 6342dea commit ca021d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-ui-and-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: golangci/golangci-lint-action@v3.2.0
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: latest
version: v1.47.3

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down Expand Up @@ -337,4 +337,3 @@ jobs:
cd docs
bundle install
bundle exec rake graphql:compile_docs
5 changes: 2 additions & 3 deletions .github/workflows/mesheryctl-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: golangci/golangci-lint-action@v3.2.0
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: latest
version: v1.47.3
# Optional: working directory, useful for monorepos
working-directory: mesheryctl

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
check-latest: "true"
- name: Run script 📜
run: |
cd mesheryctl/doc
cd mesheryctl/doc
go run doc.go
- name: Commit ✅
uses: stefanzweifel/git-auto-commit-action@v4
Expand All @@ -105,4 +105,3 @@ jobs:
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
commit_options: "--signoff"
commit_message: "[Docs] Update mesheryctl docs"

0 comments on commit ca021d4

Please sign in to comment.