diff --git a/.circleci/config.yml b/.circleci/config.yml index 06e643bdd..141a728e4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ parameters: defaults: &defaults resource_class: large docker: - - image: bepsays/ci-hugoreleaser:1.22400.20000 + - image: bepsays/ci-hugoreleaser:1.22500.20001 environment: &buildenv GOMODCACHE: /root/project/gomodcache version: 2 @@ -58,7 +58,7 @@ jobs: environment: <<: [*buildenv] docker: - - image: bepsays/ci-hugoreleaser-linux-arm64:1.22400.20000 + - image: bepsays/ci-hugoreleaser-linux-arm64:1.22500.20001 steps: - *restore-cache - &attach-workspace diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c49c12371..710a0fb89 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: test: strategy: 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. runs-on: ${{ matrix.os }} steps: diff --git a/Dockerfile b/Dockerfile index a0e34353f..b606678c3 100755 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Twitter: https://twitter.com/gohugoio # Website: https://gohugo.io/ -ARG GO_VERSION="1.24" +ARG GO_VERSION="1.25" ARG ALPINE_VERSION="3.22" ARG DART_SASS_VERSION="1.79.3"