File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
- name : Set up Go
20
20
uses : actions/setup-go@v4
21
21
with :
22
- go-version : ' 1.21 '
22
+ go-version : ' 1.22 '
23
23
24
24
25
25
- name : generate test coverage
@@ -34,11 +34,11 @@ jobs:
34
34
# Configure action by specifying input parameters individually (option 2).
35
35
# If you are using config file (option 1) you shouldn't use these parameters, however
36
36
# specifing these action parameters will override appropriate config values.
37
- profile : cover.out
38
- local-prefix : github.com/org/project
39
- threshold-file : 70
40
- threshold-package : 70
41
- threshold-total : 70
37
+ # profile: cover.out
38
+ # local-prefix: github.com/org/project
39
+ # threshold-file: 70
40
+ # threshold-package: 70
41
+ # threshold-total: 70
42
42
43
43
- name : Build
44
44
run : go build -v ./...
You can’t perform that action at this time.
0 commit comments