diff --git a/docs/go.mod b/docs/go.mod index de54fb4..bc15ff4 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -1,6 +1,6 @@ module github.com/axivo/website/docs -go 1.22.2 +go 1.22.3 require ( github.com/axivo/website/global v1.0.0 // indirect diff --git a/global/go.mod b/global/go.mod index cde94bd..48a0334 100644 --- a/global/go.mod +++ b/global/go.mod @@ -1,3 +1,3 @@ module github.com/axivo/website/global -go 1.21 +go 1.22.3 diff --git a/k3s-cluster/go.mod b/k3s-cluster/go.mod index 193450b..49a8342 100644 --- a/k3s-cluster/go.mod +++ b/k3s-cluster/go.mod @@ -1,6 +1,6 @@ module github.com/axivo/website/k3s-cluster -go 1.22.2 +go 1.22.3 require ( github.com/axivo/website/global v1.0.0 // indirect diff --git a/netlify.toml b/netlify.toml index 09aa45d..fd1e58f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,5 +3,5 @@ command = "hugo --gc --minify -s ./docs -b ${DEPLOY_PRIME_URL}" ignore = "false" [build.environment] -GO_VERSION = "1.22.2" -HUGO_VERSION = "0.126.0" +GO_VERSION = "1.22.3" +HUGO_VERSION = "0.126.1"