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 0679977 commit c08b834Copy full SHA for c08b834
.github/workflows/cicd.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout code
23
uses: actions/checkout@v4
24
- name: Setup Golang Environment
25
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
26
with:
27
go-version-file: go.mod
28
- name: Lint Code
@@ -40,7 +40,7 @@ jobs:
40
- name: Checkout Repository
41
42
43
44
- name: Run Tests
45
run: make test
46
- name: Upload coverage to Codecov
0 commit comments