Skip to content

Commit aba93a2

Browse files
committed
CI: drop Go 1.20
1.20 has already reached EOL Signed-off-by: Akihiro Suda <[email protected]>
1 parent 4609eb4 commit aba93a2

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
@@ -232,7 +232,7 @@ jobs:
232232
fetch-depth: 1
233233
- uses: actions/setup-go@v5
234234
with:
235-
go-version: 1.20.x
235+
go-version: 1.22.x
236236
- uses: actions/cache@v4
237237
with:
238238
path: ~/.cache/lima/download
@@ -277,7 +277,7 @@ jobs:
277277
ref: ${{ github.event.pull_request.head.sha }}
278278
- uses: actions/setup-go@v5
279279
with:
280-
go-version: 1.20.x
280+
go-version: 1.22.x
281281
- uses: actions/cache@v4
282282
with:
283283
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)