mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-05-14 23:42:44 +00:00
chore(setup): set GO_VERSION to 1.21
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
parent
1f4ac20f4f
commit
0ba75ea1e5
@ -1,7 +1,9 @@
|
|||||||
module github.com/theNewDynamic/gohugo-theme-ananke/exampleSite
|
module github.com/theNewDynamic/gohugo-theme-ananke/exampleSite
|
||||||
|
|
||||||
go 1.23
|
go 1.21
|
||||||
|
|
||||||
require github.com/theNewDynamic/gohugo-theme-ananke v0.0.0-20241018002841-8e1a6dc21313 // indirect
|
replace github.com/theNewDynamic/gohugo-theme-ananke/v2 => ../
|
||||||
|
|
||||||
replace github.com/theNewDynamic/gohugo-theme-ananke => ../
|
require (
|
||||||
|
github.com/theNewDynamic/gohugo-theme-ananke/v2 v2.11.2 // indirect
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user