mirror of
https://github.com/umputun/reproxy.git
synced 2025-07-12 22:20:55 +02:00
update ci to latest go and compat linter
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -11,10 +11,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: set up go 1.22
|
||||
- name: set up go 1.23
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.22"
|
||||
go-version: "1.23"
|
||||
id: go
|
||||
|
||||
- name: checkout
|
||||
@ -40,12 +40,12 @@ jobs:
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: v1.58
|
||||
version: v1.61
|
||||
|
||||
- name: golangci-lint on example directory
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: v1.58
|
||||
version: v1.61
|
||||
args: --config ../../.golangci.yml
|
||||
working-directory: examples/plugin
|
||||
|
||||
|
Reference in New Issue
Block a user