Skip to content

Commit f6cd810

Browse files
authored
update golangci-lint (cyrilgdn#202)
1 parent 6444e7b commit f6cd810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2.3.4
13+
uses: actions/checkout@v3.0.1
1414

1515
- name: Setup Go
1616
uses: actions/setup-go@v2
@@ -20,6 +20,6 @@ jobs:
2020
- run: go mod vendor
2121

2222
- name: Run golangci-lint
23-
uses: golangci/golangci-lint-action@v2.5.2
23+
uses: golangci/golangci-lint-action@v3.1.0
2424
with:
2525
version: v1.40

0 commit comments

Comments
 (0)