build: go 1.23.2

This commit is contained in:
Trong Huu Nguyen
2024-10-03 12:30:34 +02:00
parent 8675fe55ae
commit ebcdbd358e
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
golang 1.23.1
golang 1.23.2

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/nais/wonderwall
go 1.23.1
go 1.23.2
require (
github.com/alicebob/miniredis/v2 v2.33.0