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 6eb507c + 209ef68 commit 016c562Copy full SHA for 016c562
.github/workflows/qa.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Clone repository
15
uses: actions/checkout@v5
16
- name: Use Go
17
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
18
with:
19
go-version-file: ./go.mod
20
- name: Run QA
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
fetch-depth: '0'
21
22
0 commit comments