Skip to content

Commit 65cb355

Browse files
committed
test
1 parent b6acc33 commit 65cb355

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v2
1616
with:
17-
go-version: 1.15
17+
go-version: 1.18
1818
- name: GoReleaser
1919
uses: goreleaser/goreleaser-action@v2
2020
with:

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
before:
2+
hooks:
3+
- go mod download
14
builds:
25
- id: kubectl-ptop
36
env:

0 commit comments

Comments
 (0)