File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 12
12
type : string
13
13
go-versions :
14
14
description : ' Stringfied JSON object listing target Go versions'
15
- default : ' ["1.21 .x", "1.20 .x"]'
15
+ default : ' ["1.22 .x", "1.21 .x"]'
16
16
required : false
17
17
type : string
18
18
pre :
Original file line number Diff line number Diff line change 4
4
workflow_call :
5
5
inputs :
6
6
go-version :
7
- # TODO: upgrade default Go version after 2023-11-01.
8
- # Go 1.21 requires Windows Server 2016 or higher.
9
- # But Mackerel supports older Windows Servers yet.
10
- default : ' 1.20'
7
+ default : ' 1.22'
11
8
required : false
12
9
type : string
13
10
27
24
args : release --rm-dist
28
25
env :
29
26
GITHUB_TOKEN : ${{ github.token }}
30
-
Original file line number Diff line number Diff line change 13
13
type : string
14
14
go-versions :
15
15
description : ' Stringfied JSON object listing target Go versions'
16
- default : ' ["1.21 .x", "1.20 .x"]'
16
+ default : ' ["1.22 .x", "1.21 .x"]'
17
17
required : false
18
18
type : string
19
19
run :
You can’t perform that action at this time.
0 commit comments