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.
2 parents ceb9b38 + 154b82f commit 7f1fa1eCopy full SHA for 7f1fa1e
.github/workflows/ci.yaml
@@ -21,6 +21,6 @@ jobs:
21
with:
22
go-version: ${{ matrix.go-version }}
23
- name: Checkout code
24
- uses: actions/checkout@v4.2.2
+ uses: actions/checkout@v5.0.0
25
- name: Run tests
26
run: go test -v -covermode=count ./...
.github/workflows/lint.yaml
@@ -9,7 +9,7 @@ jobs:
9
platform: [ubuntu-latest]
10
runs-on: ${{ matrix.platform }}
11
steps:
12
- - uses: actions/checkout@v4.2.2
+ - uses: actions/checkout@v5.0.0
13
- name: golangci-lint
14
uses: golangci/[email protected]
15
0 commit comments