File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ We accept pull requests for issues labelled `help wanted`. We encourage issues a
2424## Building the project
2525
2626Prerequisites:
27- - Go 1.25 +
27+ - Go 1.26 +
2828
2929Build with:
3030* Unix-like systems: ` make `
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments