Skip to content

Commit

Permalink
add latest 2023-12-03
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Dec 2, 2023
1 parent 82d59c2 commit ef5ad45
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 @@ -24,7 +24,7 @@ jobs:
- name: Install Dependences
run: |
brew install libpcap
go get github.com/GhostTroops/ksubdomain/cmd/ksubdomain
go get github.com/GhostTroops/ksubdomain/cmd/ksubdomain@latest
go mod vendor
# git submodule update --init --recursive --remote
- name: Run GoReleaser
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install Dependences
run: |
sudo apt install -yy libpcap-dev
go get github.com/GhostTroops/ksubdomain/cmd/ksubdomain
go get github.com/GhostTroops/ksubdomain/cmd/ksubdomain@latest
go mod vendor
env:
GOENABLE: 1
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
go-version: 1.21.4
- name: Install Dependences
run: |
go get github.com/GhostTroops/ksubdomain/cmd/ksubdomain
go get github.com/GhostTroops/ksubdomain/cmd/ksubdomain@latest
go mod vendor
env:
GOENABLE: 1
Expand All @@ -94,4 +94,4 @@ jobs:
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 ef5ad45

Please sign in to comment.