Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Updated golangci-lint workflow action
Browse files Browse the repository at this point in the history
Change the golangci-lint action to point to the official github action from the authors of golangci-lint.
  • Loading branch information
ghostinushanka authored Dec 30, 2021
1 parent 869ae77 commit 7eff7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v2

- name: Run golangci-lint
uses: actions-contrib/golangci-lint@v1
uses: golangci/golangci-lint-action@v2

build_test:
name: Build and test
Expand Down

0 comments on commit 7eff7fe

Please sign in to comment.