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 c054b16 + 1f9de72 commit 7870c39Copy full SHA for 7870c39
.github/workflows/golangci-lint.yml
@@ -22,7 +22,7 @@ jobs:
22
go-version: stable
23
24
- name: Check out code into the Go module directory
25
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
26
27
- name: golangci-lint
28
uses: golangci/golangci-lint-action@v9
.github/workflows/tests.yml
- name: Run Go Unit Tests
run: |
0 commit comments