diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-11-15 14:10:05 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-11-15 14:10:05 +0100 |
| commit | b2383e138098cb783710a79d938527771e8cb3ab (patch) | |
| tree | 7fb70d289e2abdd02f2f1a19d7b13a65429c2975 /.github/workflows/go.yml | |
| parent | 1a9c22d1219eb0239417db16c9fe96eea3ced2fe (diff) | |
chore: update ci lint
Diffstat (limited to '.github/workflows/go.yml')
| -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 f9d645d..351b53e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: cache: false - name: Lint - uses: golangci/golangci-lint-action@v6 + uses: golangci/golangci-lint-action@v9 with: version: latest |
