We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ba2db commit 7d44bd2Copy full SHA for 7d44bd2
.github/workflows/cicd.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout code
23
uses: actions/checkout@v3
24
- name: Setup Golang Environment
25
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
26
with:
27
go-version-file: go.mod
28
- name: Lint Code
@@ -38,7 +38,7 @@ jobs:
38
- name: Checkout Repository
39
40
41
42
- name: Run Tests
43
run: make test
44
- name: Upload coverage to Codecov
0 commit comments