1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-10-20 19:52:06 +00:00
forgejo-runner/act/artifactcache
Christoph Heiss 92b7df3da7 fix: artifacts: format IP:port pair using net.JoinHostPort()
This ensures that brackets are added for IPv6 addresses.
Without this, This could result in addresses like "2001:db8::1:3456",
which - obviously - would break further down and prevent the server from
starting.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2025-06-01 12:10:47 +02:00
..
testdata/example Support cache (#1770) 2023-04-28 15:57:40 +00:00
doc.go Support cache (#1770) 2023-04-28 15:57:40 +00:00
handler.go fix: artifacts: format IP:port pair using net.JoinHostPort() 2025-06-01 12:10:47 +02:00
handler_test.go fix: artifacts: format IP:port pair using net.JoinHostPort() 2025-06-01 12:10:47 +02:00
mac.go review: Gusted review 2025-03-21 13:45:51 +00:00
mac_test.go review: Gusted review 2025-03-21 13:45:51 +00:00
model.go fix: partial secure cache 2025-03-21 13:45:51 +00:00
storage.go fix(cache-server): use consistent uint64 2024-11-22 01:01:12 +01:00