Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We accept pull requests for issues labelled `help wanted`. We encourage issues a
## Building the project

Prerequisites:
- Go 1.25+
- Go 1.26+

Build with:
* Unix-like systems: `make`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# `govulncheck` exits unsuccessfully if vulnerabilities are found, providing results in stdout.
# See https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck#hdr-Exit_codes for more information on exit codes.
#
# On go1.25, To make `-mode binary` work we need to make sure the binary is built with `go build -buildvcs=false`
# On go1.25+, To make `-mode binary` work we need to make sure the binary is built with `go build -buildvcs=false`
# Since our builds do not use `-buildvcs=false`, we run in source mode here instead.
- name: Check Go vulnerabilities
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs/install_source.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installation from source

1. Verify that you have Go 1.25+ installed
1. Verify that you have Go 1.26+ installed

```sh
$ go version
Expand Down
2 changes: 1 addition & 1 deletion docs/source.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installation from source

1. Verify that you have Go 1.25+ installed
1. Verify that you have Go 1.26+ installed

```sh
$ go version
Expand Down
Loading