diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e4e6b01..d2ef6c2 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -33,4 +33,5 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v4 with: - args: --timeout=10m \ No newline at end of file + args: --timeout=10m + version: latest \ No newline at end of file