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 423cb55 commit 2dcc936Copy full SHA for 2dcc936
.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
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
sudo apt install -yy --fix-missing libpcap-dev upx
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
82
- name: Run GoReleaser
83
uses: goreleaser/goreleaser-action@v2
84
0 commit comments