We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395414e commit f6fe6e4Copy full SHA for f6fe6e4
.github/workflows/lint.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.platform }}
11
12
steps:
13
- - uses: actions/checkout@v3.2.0
+ - uses: actions/checkout@v3.3.0
14
15
- name: golangci-lint
16
uses: golangci/[email protected]
.github/workflows/test.yaml
@@ -21,6 +21,6 @@ jobs:
21
with:
22
go-version: ${{ matrix.go-version }}
23
- name: Checkout code
24
- uses: actions/checkout@v3.2.0
+ uses: actions/checkout@v3.3.0
25
- name: Run tests
26
run: go test -v -covermode=count ./...
0 commit comments