Skip to content

Commit 9571246

Browse files
committed
Upgrade to Go 1.22
Fixes gohugoio#12010
1 parent 0257eb5 commit 9571246

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ parameters:
44
defaults: &defaults
55
resource_class: large
66
docker:
7-
- image: bepsays/ci-hugoreleaser:1.22100.20600
7+
- image: bepsays/ci-hugoreleaser:1.22200.20000
88
environment: &buildenv
99
GOMODCACHE: /root/project/gomodcache
1010
version: 2
@@ -60,7 +60,7 @@ jobs:
6060
environment:
6161
<<: [*buildenv]
6262
docker:
63-
- image: bepsays/ci-hugoreleaser-linux-arm64:1.22100.20600
63+
- image: bepsays/ci-hugoreleaser-linux-arm64:1.22200.20000
6464
steps:
6565
- *restore-cache
6666
- &attach-workspace

.github/workflows/test-dart-sass-v1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
strategy:
1616
matrix:
17-
go-version: [1.21.x]
17+
go-version: [1.22.x]
1818
os: [ubuntu-latest]
1919
runs-on: ${{ matrix.os }}
2020
steps:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test:
1717
strategy:
1818
matrix:
19-
go-version: [1.20.x,1.21.x]
19+
go-version: [1.21.x,1.22.x]
2020
os: [ubuntu-latest, macos-latest, windows-latest]
2121
runs-on: ${{ matrix.os }}
2222
steps:

0 commit comments

Comments
 (0)