Skip to content

Commit 247a506

Browse files
authored
Update golangci-lint-action to v3.1.0 (dapr#274)
* Update golangci-lint-action Signed-off-by: Shubham Sharma <shubhash@microsoft.com> * Use the correct go version Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
1 parent 6f2ae7d commit 247a506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-on-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup
2121
uses: actions/setup-go@v2
2222
with:
23-
go-version: ^1.15
23+
go-version: ${{ env.GOVER }}
2424

2525
- name: Checkout
2626
uses: actions/checkout@v2
@@ -45,6 +45,6 @@ jobs:
4545
uses: codecov/codecov-action@v1
4646

4747
- name: Lint
48-
uses: golangci/golangci-lint-action@v2.2.1
48+
uses: golangci/golangci-lint-action@v3.1.0
4949
with:
5050
version: ${{ env.GOLANGCILINT_VER }}

0 commit comments

Comments
 (0)