Skip to content

Commit 7cabcca

Browse files
committed
chore: Update linter and Golang version
1 parent 01a3763 commit 7cabcca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
- name: golangci-lint
1212
uses: golangci/golangci-lint-action@v2
1313
with:
14-
version: v1.41
14+
version: v1.46
1515
test:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up Go
2020
uses: actions/setup-go@v2
2121
with:
22-
go-version: ^1.16
22+
go-version: ^1.17
2323
id: go
2424
- name: Download dependencies
2525
run: go mod download

0 commit comments

Comments
 (0)