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:
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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ command = "make -C .. docsy && npm run build:preview"
66publish = " public"
77
88[build .environment ]
9- GO_VERSION = " 1.20.5 "
9+ GO_VERSION = " 1.22.1 "
1010
1111[context .production ]
1212command = " make -C .. docsy && npm run build:production"
You can’t perform that action at this time.
0 commit comments