Skip to content

Commit

Permalink
fix golangci/golangci-lint-action@v6
Browse files Browse the repository at this point in the history
  • Loading branch information
elzasimoes committed Sep 22, 2024
1 parent 299fffc commit 7a26f01
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 @@ -22,7 +22,7 @@ jobs:
run: docker compose up -d postgres

- name: Lint
uses: actions/golangci/golangci-lint-actions@v6
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
args: controlers/ database/ models/ routes/
Expand Down

0 comments on commit 7a26f01

Please sign in to comment.