Skip to content

Commit 0b92fa6

Browse files
committed
modified go version
1 parent 4d754bc commit 0b92fa6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
- name: Set up Go 1.x
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: ^1.19
19+
go-version: 'stable'
2020

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

2424
- name: Get dependencies
2525
run: |
26-
sudo apt install -y libpcap0.8-dev
26+
sudo apt install -y libpcap0.8-dev
2727
go get -v ./cmd/dnsmonster
2828
2929
- name: Build
@@ -32,7 +32,7 @@ jobs:
3232
- name: Test
3333
run: go test -v ./cmd/dnsmonster
3434

35-
- name: generate sample config file
35+
- name: generate sample config file
3636
run: ./dnsmonster --writeConfig=config-sample.ini
3737

3838
- name: update README command line options
@@ -61,4 +61,4 @@ jobs:
6161
- uses: actions/upload-artifact@v4
6262
with:
6363
name: dnsmonster-linux-amd64.bin
64-
path: ./dnsmonster
64+
path: ./dnsmonster

0 commit comments

Comments
 (0)