fleet/orbit/pkg/useraction
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
..
mdm_migration.go close the migration dialog only after unenrollment (#13512) 2023-08-29 09:44:42 -03:00
mdm_migration_darwin.go fix typo in migration text (#13612) 2023-08-30 20:32:37 -03:00
mdm_migration_darwin_test.go upgrade Go version to 1.21.1 (#13877) 2023-09-13 15:59:35 -03:00
mdm_migration_notdarwin.go fix issues with migration flow (#13297) 2023-08-14 09:56:59 -03:00
useraction_darwin.go Update disk encryption refresh copy (#11033) 2023-04-06 15:20:07 -05:00
useraction_notdarwin.go allow to rotate disk encryption key from My Device (#10592) 2023-03-20 16:14:07 -03:00