Skip to content

Commit

Permalink
Bump go version in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheberle committed Mar 22, 2024
1 parent 7138598 commit f3751c2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion alpinejs/carousel/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/hebs-web-design/hugo-modules/alpinejs/carousel

go 1.20
go 1.21

require github.com/hebs-web-design/hugo-modules/alpinejs/v3 v3.21300.130 // indirect
2 changes: 1 addition & 1 deletion alpinejs/cart/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/hebs-web-design/hugo-modules/alpinejs/cart

go 1.19
go 1.21

require github.com/hebs-web-design/hugo-modules/alpinejs/v3 v3.21300.130 // indirect
2 changes: 1 addition & 1 deletion alpinejs/countdown/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/hebs-web-design/hugo-modules/alpinejs/countdown

go 1.19
go 1.21

require github.com/hebs-web-design/hugo-modules/alpinejs/v3 v3.21300.130 // indirect
2 changes: 1 addition & 1 deletion alpinejs/form/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/hebs-web-design/hugo-modules/alpinejs/form

go 1.20
go 1.21

require github.com/hebs-web-design/hugo-modules/alpinejs/v3 v3.21300.130 // indirect
2 changes: 1 addition & 1 deletion alpinejs/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/hebs-web-design/hugo-modules/alpinejs/v3

go 1.20
go 1.21
2 changes: 1 addition & 1 deletion alpinejs/search/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/hebs-web-design/hugo-modules/alpinejs/search

go 1.20
go 1.21

require github.com/hebs-web-design/hugo-modules/alpinejs/v3 v3.21300.130 // indirect
2 changes: 1 addition & 1 deletion alpinejs/toggler/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/hebs-web-design/hugo-modules/alpinejs/toggler

go 1.20
go 1.21

require github.com/hebs-web-design/hugo-modules/alpinejs/v3 v3.21300.130 // indirect

0 comments on commit f3751c2

Please sign in to comment.