We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6523ff3 commit ac94eb5Copy full SHA for ac94eb5
.github/workflows/workflow.yaml
@@ -10,10 +10,10 @@ jobs:
10
golangci-lint:
11
runs-on: ubuntu-latest
12
steps:
13
+ - uses: actions/checkout@v4
14
- uses: actions/setup-go@v5
15
with:
- go-version: 1.20
16
- - uses: actions/checkout@v4
+ go-version: stable
17
- name: golangci-lint
18
uses: golangci/golangci-lint-action@v6
19
@@ -56,7 +56,7 @@ jobs:
56
- name: Download a linux coverage report
57
uses: actions/download-artifact@v4
58
59
- name: code-coverage-report-ubuntu-latest
+ name: code-coverage-report-ubuntu-latest-1.24
60
- name: Upload coverage to Codecov
61
uses: codecov/codecov-action@v4
62
0 commit comments