We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 6223cca commit f43660cCopy full SHA for f43660c
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Checkout Repository
32
uses: actions/checkout@v3.0.2
33
- name: Setup Go
34
- uses: actions/setup-go@v3.1.0
+ uses: actions/setup-go@v3.2.0
35
with:
36
go-version: "1.17"
37
check-latest: true
@@ -52,7 +52,7 @@ jobs:
52
- "1.17"
53
steps:
54
55
56
57
go-version: ${{ matrix.go }}
58
.github/workflows/goreleaser.yml
@@ -19,7 +19,7 @@ jobs:
19
20
fetch-depth: 0
21
22
23
24
25
0 commit comments