Skip to content

Commit

Permalink
fixed build 2023-11-29
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Nov 29, 2023
1 parent 28cd605 commit 63e48b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ jobs:
- name: Checkout submodules
run: |
git submodule update --init --recursive
go mod tidy
go mod vendor
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: 1.21.4
- name: Install Dependences
run: |
brew install libpcap
Expand All @@ -46,12 +44,10 @@ jobs:
- name: Checkout submodules
run: |
git submodule update --init --recursive
go mod tidy
go mod vendor
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: 1.21.4
- name: Install Dependences
run: |
sudo apt install -yy libpcap-dev
Expand All @@ -78,12 +74,10 @@ jobs:
- name: Checkout submodules
run: |
git submodule update --init --recursive
go mod tidy
go mod vendor
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: 1.21.4
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/hktalent/ksubdomain

go 1.21

toolchain go1.21.4
go 1.21.4

require (
github.com/dgraph-io/badger v1.6.2
Expand Down

0 comments on commit 63e48b4

Please sign in to comment.