We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d096471 commit 3a91ac5Copy full SHA for 3a91ac5
.github/workflows/checks.yml
@@ -22,10 +22,10 @@ jobs:
22
with:
23
go-version-file: go.mod
24
check-latest: true
25
- - uses: golangci/golangci-lint-action@v6.2.0
+ - uses: golangci/golangci-lint-action@v6.5.0
26
27
version: v1.62
28
- - uses: megalinter/megalinter/flavors/[email protected].1
+ - uses: megalinter/megalinter/flavors/[email protected].2
29
env:
30
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments