Merge pull request #65 from rramiachraf/dependabot/github_actions/all-26bddec2c3

chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 in the all group
This commit is contained in:
Achraf RRAMI 2024-10-13 13:45:33 +01:00 committed by GitHub
commit 52394f28f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ jobs:
- run: go install github.com/a-h/templ/cmd/templ@latest - run: go install github.com/a-h/templ/cmd/templ@latest
- run: make build - run: make build
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@v6.0.1 uses: golangci/golangci-lint-action@v6.1.0
with: with:
version: latest version: latest
only-new-issues: true only-new-issues: true