We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51abbd commit ff775a1Copy full SHA for ff775a1
.github/workflows/go.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Check out source
19
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 #v3.5.3
20
- name: Install Linters
21
- run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.53.3"
+ run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.2.2"
22
- name: Build
23
run: go build ./...
24
- name: Test
0 commit comments