Skip to content

Commit

Permalink
up 2023-09-09
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Sep 9, 2023
1 parent 0b9f6cd commit 5e93d45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.20
- name: Install Dependences
run: |
brew install libpcap upx
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.20
- name: Install Dependences
run: |
sudo apt install -yy --fix-missing libpcap-dev upx
Expand Down Expand Up @@ -78,11 +78,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.20
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release -f .github/build/windows.yml --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5e93d45

Please sign in to comment.