Skip to content

Commit 3d86738

Browse files
authored
Merge pull request cli#12864 from cli/kw/update-build-from-source-to-go-1.26
Update Go version requirement to 1.26+
2 parents 0219670 + 7fa453e commit 3d86738

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We accept pull requests for issues labelled `help wanted`. We encourage issues a
2424
## Building the project
2525

2626
Prerequisites:
27-
- Go 1.25+
27+
- Go 1.26+
2828

2929
Build with:
3030
* Unix-like systems: `make`

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# `govulncheck` exits unsuccessfully if vulnerabilities are found, providing results in stdout.
7878
# See https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck#hdr-Exit_codes for more information on exit codes.
7979
#
80-
# On go1.25, To make `-mode binary` work we need to make sure the binary is built with `go build -buildvcs=false`
80+
# On go1.25+, To make `-mode binary` work we need to make sure the binary is built with `go build -buildvcs=false`
8181
# Since our builds do not use `-buildvcs=false`, we run in source mode here instead.
8282
- name: Check Go vulnerabilities
8383
run: |

docs/install_source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Installation from source
22

3-
1. Verify that you have Go 1.25+ installed
3+
1. Verify that you have Go 1.26+ installed
44

55
```sh
66
$ go version

docs/source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Installation from source
22

3-
1. Verify that you have Go 1.25+ installed
3+
1. Verify that you have Go 1.26+ installed
44

55
```sh
66
$ go version

0 commit comments

Comments
 (0)