Skip to content

Commit 0219670

Browse files
Merge pull request cli#12860 from cli/kw/bump-go-1.26
Bump Go from 1.25.7 to 1.26.1
2 parents 59ba508 + b18358b commit 0219670

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: golangci-lint
4949
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
5050
with:
51-
version: v2.6.0
51+
version: v2.11.0
5252

5353
# Verify that license generation succeeds for all release platforms (GOOS/GOARCH).
5454
# This catches issues like new dependencies with unrecognized licenses before release time.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cli/cli/v2
22

3-
go 1.25.7
3+
go 1.26.1
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.7

0 commit comments

Comments
 (0)