Skip to content

Commit

Permalink
Merge pull request #118 from axivo/fix/renovate
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
fmunteanu authored May 26, 2024
2 parents a894bfd + a62d166 commit 2f73711
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion global/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/axivo/website/global

go 1.21
go 1.22.3
2 changes: 1 addition & 1 deletion k3s-cluster/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 2f73711

Please sign in to comment.