mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
@@ -4,7 +4,7 @@ parameters:
|
|||||||
defaults: &defaults
|
defaults: &defaults
|
||||||
resource_class: large
|
resource_class: large
|
||||||
docker:
|
docker:
|
||||||
- image: bepsays/ci-hugoreleaser:1.22400.20000
|
- image: bepsays/ci-hugoreleaser:1.22500.20001
|
||||||
environment: &buildenv
|
environment: &buildenv
|
||||||
GOMODCACHE: /root/project/gomodcache
|
GOMODCACHE: /root/project/gomodcache
|
||||||
version: 2
|
version: 2
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
environment:
|
environment:
|
||||||
<<: [*buildenv]
|
<<: [*buildenv]
|
||||||
docker:
|
docker:
|
||||||
- image: bepsays/ci-hugoreleaser-linux-arm64:1.22400.20000
|
- image: bepsays/ci-hugoreleaser-linux-arm64:1.22500.20001
|
||||||
steps:
|
steps:
|
||||||
- *restore-cache
|
- *restore-cache
|
||||||
- &attach-workspace
|
- &attach-workspace
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.23.x, 1.24.x]
|
go-version: [1.24.x, 1.25.x]
|
||||||
os: [ubuntu-latest, windows-latest] # macos disabled for now because of disk space issues.
|
os: [ubuntu-latest, windows-latest] # macos disabled for now because of disk space issues.
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# Twitter: https://twitter.com/gohugoio
|
# Twitter: https://twitter.com/gohugoio
|
||||||
# Website: https://gohugo.io/
|
# Website: https://gohugo.io/
|
||||||
|
|
||||||
ARG GO_VERSION="1.24"
|
ARG GO_VERSION="1.25"
|
||||||
ARG ALPINE_VERSION="3.22"
|
ARG ALPINE_VERSION="3.22"
|
||||||
ARG DART_SASS_VERSION="1.79.3"
|
ARG DART_SASS_VERSION="1.79.3"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user