We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59ba508 + b18358b commit 0219670Copy full SHA for 0219670
.github/workflows/lint.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: golangci-lint
49
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
50
with:
51
- version: v2.6.0
+ version: v2.11.0
52
53
# Verify that license generation succeeds for all release platforms (GOOS/GOARCH).
54
# This catches issues like new dependencies with unrecognized licenses before release time.
go.mod
@@ -1,6 +1,6 @@
1
module github.com/cli/cli/v2
2
3
-go 1.25.7
+go 1.26.1
4
5
require (
6
github.com/AlecAivazis/survey/v2 v2.3.7
0 commit comments