Skip to content

Commit

Permalink
up 2023-10-28
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Oct 28, 2023
1 parent 4ad682b commit 4f105fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.20.7
go-version: 1.21.3
- name: Install Dependences
run: |
brew install libpcap upx
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.7
go-version: 1.21.3
- name: Install Dependences
run: |
sudo apt-get update
Expand Down Expand Up @@ -80,11 +80,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.7
go-version: 1.21.3
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release -f .github/build/windows.yml --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hktalent/scan4all

go 1.20
go 1.21

require (
github.com/PuerkitoBio/goquery v1.8.1
Expand Down

0 comments on commit 4f105fc

Please sign in to comment.