We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 640e114 + 59f61c4 commit 119e8d4Copy full SHA for 119e8d4
.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.2.0
+ - uses: actions/setup-go@v6.3.0
13
14
go-version: '1.26'
15
- name: Run coverage
.github/workflows/go.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Set up Go
20
- uses: actions/setup-go@v6.2.0
+ uses: actions/setup-go@v6.3.0
21
22
23
0 commit comments