We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d9920 commit 63efec0Copy full SHA for 63efec0
1 file changed
.github/workflows/release.yml
@@ -16,7 +16,8 @@ jobs:
16
with:
17
fetch-depth: 0
18
19
- - uses: actions/setup-go@v5
+ - id: setup-go
20
+ uses: actions/setup-go@v5
21
22
go-version-file: go.mod
23
0 commit comments