We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da34f73 commit e3bb2d3Copy full SHA for e3bb2d3
.github/workflows/go.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Lint
25
uses: golangci/golangci-lint-action@v4
26
with:
27
- version: 'v1.51'
+ version: 'v1.51.2'
28
build-and-test:
29
name: Test and Build
30
strategy:
Makefile
@@ -35,7 +35,7 @@ help: ## Show this help.
35
all: gen fmt lint test coverage ## format and test everything
36
37
bin/golangci-lint: go.mod go.sum
38
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.48.0
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.51.2
39
40
bin/gotestsum: go.mod go.sum
41
@mkdir -p bin/
0 commit comments