mirror of
https://github.com/safing/portmaster
synced 2025-04-17 17:39:10 +00:00
github-actions: increase golangci-lint version since it fails with go1.21
This commit is contained in:
parent
352d625158
commit
653a365bce
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v4
|
||||
with:
|
||||
version: v1.52.2
|
||||
version: v1.57.1
|
||||
only-new-issues: true
|
||||
args: -c ./.golangci.yml --timeout 15m
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue