Skip to content

Commit 4289aed

Browse files
authored
Merge pull request #2258 from AkihiroSuda/dev
CI: drop Go 1.20
2 parents b121229 + aba93a2 commit 4289aed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
fetch-depth: 1
237237
- uses: actions/setup-go@v5
238238
with:
239-
go-version: 1.20.x
239+
go-version: 1.22.x
240240
- uses: actions/cache@v4
241241
with:
242242
path: ~/.cache/lima/download
@@ -281,7 +281,7 @@ jobs:
281281
ref: ${{ github.event.pull_request.head.sha }}
282282
- uses: actions/setup-go@v5
283283
with:
284-
go-version: 1.20.x
284+
go-version: 1.22.x
285285
- uses: actions/cache@v4
286286
with:
287287
path: ~/.cache/lima/download

website/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ command = "make -C .. docsy && npm run build:preview"
66
publish = "public"
77

88
[build.environment]
9-
GO_VERSION = "1.20.5"
9+
GO_VERSION = "1.22.1"
1010

1111
[context.production]
1212
command = "make -C .. docsy && npm run build:production"

0 commit comments

Comments
 (0)