File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ name: CI
2
2
on :
3
3
push :
4
4
tags :
5
- - ' v*.*.*'
5
+ - " v*.*.*"
6
6
branches :
7
7
- master
8
8
pull_request :
9
9
types : [opened, synchronize, reopened]
10
10
workflow_dispatch :
11
11
inputs :
12
12
version :
13
- description : ' Release version'
13
+ description : " Release version"
14
14
required : true
15
15
16
16
jobs :
24
24
- name : Set up Go
25
25
uses : actions/setup-go@v5
26
26
with :
27
- go-version : ' 1.20 '
27
+ go-version : " 1.22 "
28
28
29
29
- name : Format Check
30
30
run : |
@@ -46,28 +46,28 @@ jobs:
46
46
strategy :
47
47
matrix :
48
48
target :
49
- - ' windows/amd64'
50
- - ' windows/386'
51
- - ' windows/arm64'
52
- - ' linux/amd64'
53
- - ' linux/386'
54
- - ' linux/arm64'
55
- - ' linux/arm'
56
- - ' darwin/amd64'
57
- - ' darwin/arm64'
58
- - ' freebsd/386'
59
- - ' freebsd/amd64'
60
- - ' freebsd/arm'
61
- - ' openbsd/amd64'
62
- - ' openbsd/arm64'
49
+ - " windows/amd64"
50
+ - " windows/386"
51
+ - " windows/arm64"
52
+ - " linux/amd64"
53
+ - " linux/386"
54
+ - " linux/arm64"
55
+ - " linux/arm"
56
+ - " darwin/amd64"
57
+ - " darwin/arm64"
58
+ - " freebsd/386"
59
+ - " freebsd/amd64"
60
+ - " freebsd/arm"
61
+ - " openbsd/amd64"
62
+ - " openbsd/arm64"
63
63
steps :
64
64
- name : Checkout code
65
65
uses : actions/checkout@v4
66
66
67
67
- name : Set up Go
68
68
uses : actions/setup-go@v5
69
69
with :
70
- go-version : ' 1.20 '
70
+ go-version : " 1.22 "
71
71
72
72
- name : Set up GOOS and GOARCH
73
73
id : setup_env
You can’t perform that action at this time.
0 commit comments