mirror of
https://github.com/pierre-emmanuelJ/iptv-proxy.git
synced 2026-05-19 21:25:29 +02:00
bump golangci-lint to 1.38
Signed-off-by: Pierre-Emmanuel Jacquier <15922119+pierre-emmanuelJ@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -8,11 +8,11 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v1
|
||||
uses: golangci/golangci-lint-action@v2.5.1
|
||||
with:
|
||||
version: v1.27
|
||||
version: v1.38
|
||||
- name: Run tests and attempt building
|
||||
run: |
|
||||
export PATH=$(go env GOPATH)/bin:$PATH
|
||||
|
||||
Reference in New Issue
Block a user