Skip to content

Commit a0dc24e

Browse files
bump golangci-lint to 1.38
Signed-off-by: Pierre-Emmanuel Jacquier <[email protected]>
1 parent fe73998 commit a0dc24e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v2
1212
- name: Run golangci-lint
13-
uses: golangci/golangci-lint-action@v1
13+
uses: golangci/golangci-lint-action@v2.5.1
1414
with:
15-
version: v1.27
15+
version: v1.38
1616
- name: Run tests and attempt building
1717
run: |
1818
export PATH=$(go env GOPATH)/bin:$PATH

0 commit comments

Comments
 (0)