File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,29 +2,28 @@ name: Go
22
33on :
44 push :
5- branches : [ "v2" ]
5+ branches : ["v2"]
66 pull_request :
7- branches : [ "v2" ]
7+ branches : ["v2"]
88
99jobs :
10-
1110 build :
1211 runs-on : ubuntu-latest
1312 steps :
14- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v4
1514
16- - name : Set up Go
17- uses : actions/setup-go@v4
18- with :
19- go-version : ' 1.20 '
15+ - name : Set up Go
16+ uses : actions/setup-go@v4
17+ with :
18+ go-version : " 1.23 "
2019
21- - name : Build
22- run : go build -v ./.
20+ - name : Build
21+ run : go build -v ./. .
2322
24- - name : Upload a Build Artifact
25- 26- with :
27- # Artifact name
28- name : " catApi"
29- # A file, directory or wildcard pattern that describes what to upload
30- path : " catApi"
23+ - name : Upload a Build Artifact
24+ 25+ with :
26+ # Artifact name
27+ name : " catApi"
28+ # A file, directory or wildcard pattern that describes what to upload
29+ path : " catApi"
You can’t perform that action at this time.
0 commit comments