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 75ba494 commit 959b545Copy full SHA for 959b545
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
fetch-depth: 0
15
16
- name: Setup Go
17
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
18
with:
19
go-version-file: go.mod
20
.github/workflows/go-apidiff.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v5
9
10
11
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
12
13
- uses: joelanford/go-apidiff@main
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
27
0 commit comments