diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 55ecca8..f9d645d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,7 +24,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v6 with: - version: v1.58 + version: latest - name: Build run: go build -v ./... |
