diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d16a9e8..48c977d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 @@ -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 @@ -61,4 +61,4 @@ jobs: - uses: actions/upload-artifact@v4 with: name: dnsmonster-linux-amd64.bin - path: ./dnsmonster \ No newline at end of file + path: ./dnsmonster