mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-25 04:46:24 +02:00
.github: bump all github action versions
This commit is contained in:
parent
e35f8298bd
commit
a1ea6d81a7
3 changed files with 16 additions and 24 deletions
15
.github/workflows/linter.yml
vendored
15
.github/workflows/linter.yml
vendored
|
|
@ -9,16 +9,15 @@ name: linter
|
|||
|
||||
jobs:
|
||||
lint:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.x]
|
||||
platform: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.x
|
||||
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.44
|
||||
version: v1.50.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue