chore: use 1.21.1 in go.mod for Dependabot

This commit is contained in:
2023-09-27 21:13:10 +02:00
parent 9ed1c3241c
commit d147741c09
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module gitlab.com/unboundsoftware/shiny/sentrysetup
go 1.19
go 1.21.1
require (
github.com/apex/log v1.9.0