Skip to content

Commit a848a20

Browse files
committed
Update golangci-lint pin to latest
The linter was pinned to 1.42.0 until we update to go1.17 Issue: [sc12565] See: CrunchyData#2717
1 parent 42e0e8a commit a848a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: golangci/golangci-lint-action@v2
1212
with:
13-
version: v1.42.0
13+
version: latest
1414
args: --timeout=5m

0 commit comments

Comments
 (0)