chore(build): go 1.22.5

Fixes CVE-2024-24791.
This commit is contained in:
Trong Huu Nguyen
2024-07-02 21:57:32 +02:00
parent f9761c3437
commit f521bb5775
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
golang 1.22.4
golang 1.22.5

2
go.mod
View File

@@ -2,7 +2,7 @@ module github.com/nais/wonderwall
go 1.22.0
toolchain go1.22.4
toolchain go1.22.5
require (
github.com/alicebob/miniredis/v2 v2.33.0