mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-16 17:22:22 +08:00
[dependencies] Update github-actions
This commit is contained in:
parent
e6885e9967
commit
71e7d517a8
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: ^1.22
|
go-version: ^1.22
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
|
@ -34,7 +34,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: ${{ steps.version.outputs.go_version }}
|
go-version: ${{ steps.version.outputs.go_version }}
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v3
|
uses: golangci/golangci-lint-action@v4
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
args: --timeout=30m
|
args: --timeout=30m
|
||||||
|
|
Loading…
Reference in New Issue
Block a user