cloudflared-mirror/tunnelrpc/pogs
Ingmar Stein 264309e27f
Bump to Go 1.24.2
Fixes https://github.com/cloudflare/cloudflared/issues/1460.

This required fixing new `go vet` findings:

```
tunnelrpc/pogs/configuration_manager.go:99:22: non-constant format string in call to fmt.Errorf
tunnelrpc/pogs/session_manager.go:130:22: non-constant format string in call to fmt.Errorf
ingress/ingress.go:116:20: non-constant format string in call to (*github.com/rs/zerolog.Event).Msgf
ingress/origin_proxy.go:77:21: non-constant format string in call to (*github.com/rs/zerolog.Event).Msgf
cmd/cloudflared/tunnel/subcommands.go:764:31: non-constant format string in call to github.com/cloudflare/cloudflared/cmd/cloudflared/cliutil.UsageError
```
2025-05-02 09:26:34 +02:00
..
cloudflared_server.go TUN-8423: Deprecate older legacy tunnel capnp interfaces 2024-05-23 11:17:49 -07:00
configuration_manager.go Bump to Go 1.24.2 2025-05-02 09:26:34 +02:00
errors.go TUN-3107: UnregisterConnection shouldn't wrap nil error as RPC error 2020-06-18 21:17:43 +08:00
quic_metadata_protocol.go TUN-8904: Rename Connect Response Flow Rate Limited metadata 2025-01-22 07:23:46 -08:00
registration_server.go TUN-8422: Add metrics for capnp method calls 2024-05-28 14:14:25 -07:00
registration_server_test.go TUN-8423: Deprecate older legacy tunnel capnp interfaces 2024-05-23 11:17:49 -07:00
session_manager.go Bump to Go 1.24.2 2025-05-02 09:26:34 +02:00
tag.go TUN-8423: Deprecate older legacy tunnel capnp interfaces 2024-05-23 11:17:49 -07:00