C-Docs: Update go, hugo, hugo-book 13/39513/2
authorTibor Frank <tifrank@cisco.com>
Mon, 11 Sep 2023 10:41:18 +0000 (10:41 +0000)
committerTibor Frank <tifrank@cisco.com>
Mon, 11 Sep 2023 11:37:26 +0000 (11:37 +0000)
Change-Id: Ib4036621c0ad2bf6c092ceee65817b556c67b007
Signed-off-by: Tibor Frank <tifrank@cisco.com>
csit.infra.hugo/docker-compose.yaml
docs/go.mod

index 9799023..f25add2 100644 (file)
@@ -2,7 +2,7 @@ version: "3"
 services:
   cdocs-init:
     image: "klakegg/hugo:ext-alpine"
-    command: "mod get github.com/alex-shpak/hugo-book@v0.0.0-20230424134111-d86d5e70c7c0"
+    command: "mod get github.com/alex-shpak/hugo-book@v0.0.0-20230808113920-3f1bcccbfb24"
     volumes:
       - "../docs:/src"
   cdocs-build:
index eb9dde3..85557f5 100644 (file)
@@ -1,3 +1,3 @@
 module csit.hugo
 
-go 1.17
+go 1.21