build: go 1.23.1

This commit is contained in:
Trong Huu Nguyen
2024-09-17 08:35:18 +02:00
parent e59617b341
commit 197b9212e0
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
golang 1.23.0
golang 1.23.1

2
go.mod
View File

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