We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7edc6d commit f0ed8b1Copy full SHA for f0ed8b1
.github/workflows/release.yaml
@@ -13,7 +13,7 @@ jobs:
13
fetch-depth: 0
14
15
- name: Setup Go
16
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
17
with:
18
go-version-file: go.mod
19
.github/workflows/test.yaml
@@ -17,7 +17,7 @@ jobs:
id: setup-go
20
21
22
23
0 commit comments