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 68a17ce commit 1e37f71Copy full SHA for 1e37f71
.github/workflows/ci.yml
@@ -11,8 +11,8 @@ on:
11
- "**.md"
12
13
env:
14
- GO_VERSION: "1.23.4" # https://go.dev/dl/
15
- GOLANGCI_LINT_VERSION: "v1.62.2" # https://github.com/golangci/golangci-lint/releases
+ GO_VERSION: "1.24.1" # https://go.dev/dl/
+ GOLANGCI_LINT_VERSION: "v1.64.7" # https://github.com/golangci/golangci-lint/releases
16
17
jobs:
18
lint:
0 commit comments