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:
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
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