We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f343272 commit 39f373fCopy full SHA for 39f373f
2 files changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v6.0.2
10
with:
11
fetch-depth: 2
12
- - uses: actions/setup-go@v6.3.0
+ - uses: actions/setup-go@v6.4.0
13
14
go-version: '1.26'
15
- name: Run coverage
@@ -42,7 +42,7 @@ jobs:
42
--add-host=host.docker.internal:host-gateway
43
steps:
44
45
46
47
48
- name: Wait for Vault to be ready
.github/workflows/go.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Set up Go
20
- uses: actions/setup-go@v6.3.0
+ uses: actions/setup-go@v6.4.0
21
22
23
0 commit comments