mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 13:05:46 +00:00
.github/workflows: update golangci-lint
Updates #cleanup Signed-off-by: James Tucker <james@tailscale.com>
This commit is contained in:
parent
851536044a
commit
afb72ecd73
4
.github/workflows/golangci-lint.yml
vendored
4
.github/workflows/golangci-lint.yml
vendored
@ -31,10 +31,10 @@ jobs:
|
|||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
# Note: this is the 'v3' tag as of 2023-04-17
|
# Note: this is the 'v3' tag as of 2023-08-14
|
||||||
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299
|
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299
|
||||||
with:
|
with:
|
||||||
version: v1.52.2
|
version: v1.54.2
|
||||||
|
|
||||||
# Show only new issues if it's a pull request.
|
# Show only new issues if it's a pull request.
|
||||||
only-new-issues: true
|
only-new-issues: true
|
||||||
|
Loading…
Reference in New Issue
Block a user