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 9fe2242 + 3f6d86b commit dc5b49aCopy full SHA for dc5b49a
2 files changed
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
go-version: 1.17.2
19
- name: Check out code into the Go module directory
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
21
- name: Vet
22
run: make vet
23
- name: Test
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
- name: Run GoReleaser
if: contains(github.ref, 'tags/v')
uses: goreleaser/goreleaser-action@v2
0 commit comments