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 @@ -232,7 +232,7 @@ jobs:
232
232
fetch-depth : 1
233
233
- uses : actions/setup-go@v5
234
234
with :
235
- go-version : 1.20 .x
235
+ go-version : 1.22 .x
236
236
- uses : actions/cache@v4
237
237
with :
238
238
path : ~/.cache/lima/download
@@ -277,7 +277,7 @@ jobs:
277
277
ref : ${{ github.event.pull_request.head.sha }}
278
278
- uses : actions/setup-go@v5
279
279
with :
280
- go-version : 1.20 .x
280
+ go-version : 1.22 .x
281
281
- uses : actions/cache@v4
282
282
with :
283
283
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