Skip to content

Commit cc8a996

Browse files
authored
Update hosting-on-gitlab.md
1 parent 3af715f commit cc8a996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎content/en/hosting-and-deployment/hosting-on-gitlab.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Define your [CI/CD](https://docs.gitlab.com/ee/ci/quick_start/) jobs by creating
2828
{{< code file=.gitlab-ci.yml copy=true >}}
2929
variables:
3030
DART_SASS_VERSION: 1.71.0
31-
HUGO_VERSION: 0.123.7
31+
HUGO_VERSION: 0.123.8
3232
NODE_VERSION: 20.x
3333
GIT_DEPTH: 0
3434
GIT_STRATEGY: clone
3535
GIT_SUBMODULE_STRATEGY: recursive
3636
TZ: America/Los_Angeles
3737

3838
image:
39-
name: golang:1.20.6-bookworm
39+
name: golang:1.22.1-bookworm
4040

4141
pages:
4242
script:

0 commit comments

Comments
 (0)