File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ parameters:
44defaults : &defaults
55 resource_class : large
66 docker :
7- - image : bepsays/ci-hugoreleaser:1.22400.20000
7+ - image : bepsays/ci-hugoreleaser:1.22500.20001
88environment : &buildenv
99 GOMODCACHE : /root/project/gomodcache
1010version : 2
5858 environment :
5959 << : [*buildenv]
6060 docker :
61- - image : bepsays/ci-hugoreleaser-linux-arm64:1.22400.20000
61+ - image : bepsays/ci-hugoreleaser-linux-arm64:1.22500.20001
6262 steps :
6363 - *restore-cache
6464 - &attach-workspace
Original file line number Diff line number Diff line change 1616 test :
1717 strategy :
1818 matrix :
19- go-version : [1.23 .x, 1.24 .x]
19+ go-version : [1.24 .x, 1.25 .x]
2020 os : [ubuntu-latest, windows-latest] # macos disabled for now because of disk space issues.
2121 runs-on : ${{ matrix.os }}
2222 steps :
Original file line number Diff line number Diff line change 22# Twitter: https://twitter.com/gohugoio
33# Website: https://gohugo.io/
44
5- ARG GO_VERSION="1.24 "
5+ ARG GO_VERSION="1.25 "
66ARG ALPINE_VERSION="3.22"
77ARG DART_SASS_VERSION="1.79.3"
88
You can’t perform that action at this time.
0 commit comments