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 675f892 commit 1921179Copy full SHA for 1921179
.github/workflows/lint-go.yml
@@ -20,15 +20,15 @@ jobs:
20
- uses: actions/checkout@v3
21
- uses: actions/setup-go@v4
22
with:
23
- go-version: '1.21.4'
+ go-version: "1.21.4"
24
cache: false
25
- name: golangci-lint
26
uses: golangci/golangci-lint-action@v3.6.0
27
28
# Require: The version of golangci-lint to use.
29
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
30
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
31
- version: v1.56.2
+ version: v1.62.2
32
33
# Optional: working directory, useful for monorepos
34
# working-directory: somedir
0 commit comments