fleet/docs
Roberto Dip ea6b59f179
upgrade Go version to 1.21.1 (#13877)
For #13715, this:

- Upgrades the Go version to `1.21.1`, infrastructure changes are
addressed separately at https://github.com/fleetdm/fleet/pull/13878
- Upgrades the linter version, as the current version doesn't work well
after the Go upgrade
- Fixes new linting errors (we now get errors for memory aliasing in
loops! 🎉 )

After this is merged people will need to:

1. Update their Go version. I use `gvm` and I did it like:

```
$ gvm install go1.21.1
$ gvm use go1.21.1 --default
```

2. Update the local version of `golangci-lint`:

```
$ go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2
```

3. (optional) depending on your setup, you might need to re-install some
packages, for example:

```
# goimports to automatically import libraries
$  go install golang.org/x/tools/cmd/goimports@latest

# gopls for the language server
$ go install golang.org/x/tools/gopls@latest

# etc...
```
2023-09-13 15:59:35 -03:00
..
01-Using-Fleet/standard-query-library Reorganize Fleet documentation (#12871) 2023-07-27 17:40:01 -05:00
Configuration migrate agent options docs content to agent configuration page (#13562) 2023-09-04 10:00:59 +09:00
Contributing upgrade Go version to 1.21.1 (#13877) 2023-09-13 15:59:35 -03:00
Deploy Docs: Update deployment guide title (#13621) 2023-08-31 10:52:06 -05:00
files Create 2022-04-29-fleet-penetration-test.pdf (#5658) 2022-05-10 10:26:10 -04:00
Get started Update FAQ.md fix typo (#13828) 2023-09-13 12:50:51 -05:00
images Migrate Deploy Fleet on Hetzner Cloud (#13021) 2023-08-30 19:17:22 -05:00
REST API Update API docs: add get host by device token (#13761) 2023-09-12 17:13:09 -04:00
Using Fleet Add docs for script execution (#13807) 2023-09-12 18:31:04 -04:00
README.md Update positioning in documentation readme and CTA example (#12464) 2023-07-17 12:38:07 -07:00

Fleet documentation

Welcome to the documentation for Fleet, the lightweight management platform for laptops and servers.

You can also read the Fleet docs over at https://fleetdm.com/docs.

Using Fleet

Resources for using the Fleet UI, fleetctl CLI, and Fleet REST API.

Deploying

Resources for installing Fleet's infrastructure dependencies, configuring Fleet, deploying osquery to hosts, and viewing example deployment scenarios.

Contributing

If you're interested in interacting with the Fleet source code, you'll find information on modifying and building the code here.


If you have any questions, please don't hesitate to File a GitHub issue or join us on Slack. You can find us in the #fleet channel.