Skip to content

Commit 278e10d

Browse files
build(deps): bump golangci/golangci-lint-action from 2.5.2 to 3.1.0 (#18)
1 parent 22d89bd commit 278e10d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/pr.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,21 @@ on:
55
tags:
66
- v*
77
branches:
8-
- master
8+
- main
99
pull_request:
1010
jobs:
1111
golangci-lint:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
15+
- name: Install Go
16+
uses: actions/setup-go@v2
17+
with:
18+
go-version: 1.17
1519
- name: lint
16-
uses: golangci/golangci-lint-action@v2.5.2
20+
uses: golangci/golangci-lint-action@v3.1.0
1721
with:
18-
version: v1.40.1
22+
version: v1.41.1
1923

2024
tests-on-unix:
2125
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors

0 commit comments

Comments
 (0)