Skip to content

Commit

Permalink
🐛 Fix broken links (#1561)
Browse files Browse the repository at this point in the history
https://github.com/mondoohq/cnspec/actions/runs/13004679114/job/36269400650

Looks like the link checker cannot follow redirects.

Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker authored Jan 29, 2025
1 parent 68ed6fa commit 0b7f7e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@

Before building from source, be sure to install:

- [Go 1.19.0+](https://golang.org/dl/)
- [Protocol Buffers v21+](https://github.com/protocolbuffers/protobuf/releases)
- [Go 1.22.0+](https://go.dev/dl/)
- [Protocol Buffers v29+](https://github.com/protocolbuffers/protobuf/releases)

On macOS systems with Homebrew, run: `brew install go@1.19 protobuf`
On macOS systems with Homebrew, run: `brew install go@1.22 protobuf`

## Install from source

1. Verify that you have Go 1.19+ installed:
1. Verify that you have Go 1.22+ installed:

```
$ go version
```
If `go` is not installed or an older version exists, follow instructions on [the Go website](https://golang.org/doc/install).
If `go` is not installed or an older version exists, follow instructions on [the Go website](https://go.dev/doc/install).
2. Clone this repository:
Expand Down

0 comments on commit 0b7f7e6

Please sign in to comment.