File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/LibraryCarpentry/lc-new-website
22
33go 1.18
44
5- require github.com/carpentries/carpentries-hugo-theme v0.0.0-20241114215553-621b07624b64 // indirect
5+ require github.com/carpentries/carpentries-hugo-theme v0.0.0-20250108154310-c652aec770d5 // indirect
Original file line number Diff line number Diff line change @@ -18,3 +18,5 @@ github.com/carpentries/carpentries-hugo-theme v0.0.0-20241014205912-6f7e6864ddbf
1818github.com/carpentries/carpentries-hugo-theme v0.0.0-20241014205912-6f7e6864ddbf /go.mod h1:folIYik0FmlDRY0TIqSlFfhFi1OV+0mDYhBgsND+4JA =
1919github.com/carpentries/carpentries-hugo-theme v0.0.0-20241114215553-621b07624b64 h1:2VMnWbTlM/WFG03qAfLMIWQvi4mgzHotitKMJ+asGMk =
2020github.com/carpentries/carpentries-hugo-theme v0.0.0-20241114215553-621b07624b64 /go.mod h1:folIYik0FmlDRY0TIqSlFfhFi1OV+0mDYhBgsND+4JA =
21+ github.com/carpentries/carpentries-hugo-theme v0.0.0-20250108154310-c652aec770d5 h1:T0GzpWZB5tFEv3T7wsNlVJoz+CWnigU21p5i/O96gFw =
22+ github.com/carpentries/carpentries-hugo-theme v0.0.0-20250108154310-c652aec770d5 /go.mod h1:folIYik0FmlDRY0TIqSlFfhFi1OV+0mDYhBgsND+4JA =
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ publish = "public"
33command = " hugo --environment staging --minify"
44
55[build .environment ]
6- GO_VERSION = " 1.14 "
6+ GO_VERSION = " 1.18 "
77 NODE_VERSION = " 21.1.0"
8- HUGO_VERSION = " 0.123.7 "
8+ HUGO_VERSION = " 0.139.2 "
99[context ]
1010
1111[context .production ]
@@ -29,4 +29,4 @@ command = "hugo --environment staging --minify -b $DEPLOY_URL"
2929 publish = " public"
3030 port = 8888
3131 targetPort = 1313
32- framework = " #custom"
32+ framework = " #custom"
You can’t perform that action at this time.
0 commit comments