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 a3e7110 commit 42a6298Copy full SHA for 42a6298
.github/workflows/acceptance-tests.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@v4
22
- name: Set up Go
23
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
24
with:
25
go-version-file: 'go.mod'
26
cache: true
.github/workflows/pull-request.yaml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
18
19
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Unshallow
28
run: git fetch --prune --unshallow
29
30
31
32
33
0 commit comments