File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ jobs:
236
236
fetch-depth : 1
237
237
- uses : actions/setup-go@v5
238
238
with :
239
- go-version : 1.20 .x
239
+ go-version : 1.22 .x
240
240
- uses : actions/cache@v4
241
241
with :
242
242
path : ~/.cache/lima/download
@@ -281,7 +281,7 @@ jobs:
281
281
ref : ${{ github.event.pull_request.head.sha }}
282
282
- uses : actions/setup-go@v5
283
283
with :
284
- go-version : 1.20 .x
284
+ go-version : 1.22 .x
285
285
- uses : actions/cache@v4
286
286
with :
287
287
path : ~/.cache/lima/download
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ command = "make -C .. docsy && npm run build:preview"
6
6
publish = " public"
7
7
8
8
[build .environment ]
9
- GO_VERSION = " 1.20.5 "
9
+ GO_VERSION = " 1.22.1 "
10
10
11
11
[context .production ]
12
12
command = " make -C .. docsy && npm run build:production"
You can’t perform that action at this time.
0 commit comments