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.
1 parent b6acc33 commit 65cb355Copy full SHA for 65cb355
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Go
15
uses: actions/setup-go@v2
16
with:
17
- go-version: 1.15
+ go-version: 1.18
18
- name: GoReleaser
19
uses: goreleaser/goreleaser-action@v2
20
.goreleaser.yml
@@ -1,3 +1,6 @@
1
+before:
2
+ hooks:
3
+ - go mod download
4
builds:
5
- id: kubectl-ptop
6
env:
0 commit comments