cloudflared-mirror/tunnelrpc
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
..
metrics TUN-8422: Add metrics for capnp method calls 2024-05-28 14:14:25 -07:00
pogs Bump to Go 1.24.2 2025-05-02 09:26:34 +02:00
proto TUN-8423: Deprecate older legacy tunnel capnp interfaces 2024-05-23 11:17:49 -07:00
quic TUN-8861: Add session limiter to TCP session manager 2025-01-20 10:53:53 +00:00
registration_client.go TUN-8621: Prevent QUIC connection from closing before grace period after unregistering 2024-10-07 10:51:21 -05:00
registration_server.go TUN-8489: Add default noop logger for capnprpc 2024-07-02 22:05:28 +00:00
utils.go TUN-8489: Add default noop logger for capnprpc 2024-07-02 22:05:28 +00:00