Skip to content

Commit 9da632b

Browse files
committed
github action
1 parent e8f3938 commit 9da632b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.16
19+
go-version: 1.17
2020
- name: Install Dependences
2121
run: brew install libpcap
2222
- name: Run GoReleaser
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Go
3838
uses: actions/setup-go@v2
3939
with:
40-
go-version: 1.16
40+
go-version: 1.17
4141
- name: Install Dependences
4242
run: sudo apt install libpcap-dev
4343

@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Go
6060
uses: actions/setup-go@v2
6161
with:
62-
go-version: 1.16
62+
go-version: 1.17
6363
- name: Run GoReleaser
6464
uses: goreleaser/goreleaser-action@v2
6565
with:

0 commit comments

Comments
 (0)