Skip to content

Commit

Permalink
modified go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Oct 25, 2024
1 parent 8a22024 commit 2e40fc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.19
go-version: 'stable'

- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Get dependencies
run: |
sudo apt install -y libpcap0.8-dev
sudo apt install -y libpcap0.8-dev
go get -v ./cmd/dnsmonster
- name: Build
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Test
run: go test -v ./cmd/dnsmonster

- name: generate sample config file
- name: generate sample config file
run: ./dnsmonster --writeConfig=config-sample.ini

- name: update README command line options
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: dnsmonster-linux-amd64.bin
path: ./dnsmonster
path: ./dnsmonster

0 comments on commit 2e40fc3

Please sign in to comment.