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 d6677a0 + 4080b00 commit 4d4de77Copy full SHA for 4d4de77
.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
+ uses: actions/checkout@v5
25
- name: Run tests
26
run: go test -v -covermode=count ./...
.github/workflows/lint.yaml
@@ -8,7 +8,7 @@ jobs:
8
platform: [ubuntu-latest]
9
runs-on: ${{ matrix.platform }}
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
- name: golangci-lint
13
uses: golangci/golangci-lint-action@v8
14
0 commit comments