Browse Source

chore(deps): update dependency go to v1.23.0 (#538)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 year ago
parent
commit
aad59d32e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      go.mod

+ 1 - 1
go.mod

@@ -2,7 +2,7 @@ module github.com/mudler/edgevpn
 
 go 1.21
 
-toolchain go1.22.6
+toolchain go1.23.0
 
 require (
 	github.com/Masterminds/sprig/v3 v3.2.3