Skip to content

Commit 882ff4d

Browse files
committed
update ci workflow
1 parent 7f2a120 commit 882ff4d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/go.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: '1.21'
22+
go-version: '1.22'
2323

2424

2525
- name: generate test coverage
@@ -34,11 +34,11 @@ jobs:
3434
# Configure action by specifying input parameters individually (option 2).
3535
# If you are using config file (option 1) you shouldn't use these parameters, however
3636
# 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
4242

4343
- name: Build
4444
run: go build -v ./...

0 commit comments

Comments
 (0)