0
Fork 0
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:
Will Norris 2023-04-03 17:39:50 -07:00
parent 5bef5a840a
commit f9fd6c9885

View file

@ -13,11 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.x
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
version: v1.52.2