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 437cce2 commit cc54430Copy full SHA for cc54430
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v2
21
with:
22
- go-version: 1.20
+ go-version: 1.20.7
23
- name: Install Dependences
24
run: |
25
brew install libpcap upx
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
sudo apt-get update
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
- name: Run GoReleaser
85
uses: goreleaser/goreleaser-action@v2
86
0 commit comments