diff options
| author | Marc Vertes <mvertes@free.fr> | 2024-06-10 14:29:36 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2024-06-10 14:29:36 +0200 |
| commit | 1a2b2cb565ebf701f43012e1fce5552398d622a9 (patch) | |
| tree | d6fd1e8ec6376998ef87da22b72b41602c763034 | |
| parent | 301ef055542b28941cd4ba0e0062bca58c364e67 (diff) | |
chore: use latest golangci-lint
| -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 ./... |
