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 1ca56fc + 9207ef9 commit f7539b4Copy full SHA for f7539b4
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v5
13
14
- name: Set up Go
15
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
16
with:
17
go-version-file: 'go.mod'
18
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
password: ${{ secrets.GITHUB_TOKEN }}
28
29
30
31
32
33
0 commit comments