mirror of
https://github.com/willnorris/imageproxy.git
synced 2025-01-20 22:53:00 -05:00
.github/workflows: update golangci-lint action
This commit is contained in:
parent
5bef5a840a
commit
f9fd6c9885
1 changed files with 3 additions and 3 deletions
6
.github/workflows/linter.yml
vendored
6
.github/workflows/linter.yml
vendored
|
@ -13,11 +13,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 1.x
|
go-version: stable
|
||||||
|
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v3
|
uses: golangci/golangci-lint-action@v3
|
||||||
with:
|
with:
|
||||||
version: v1.50.1
|
version: v1.52.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue