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.
1 parent 8f74c1f commit 571ecacCopy full SHA for 571ecac
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout
22
uses: actions/checkout@v4
23
- name: Set up Go
24
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
25
with:
26
go-version-file: 'go.mod'
27
- name: Run test
.github/workflows/codeql-analysis.yml
@@ -24,7 +24,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
28
29
30
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
- name: Run linters
0 commit comments