Skip to content

Commit c9ac364

Browse files
committed
up go to 1.19 2022-08-23
1 parent ed1cc67 commit c9ac364

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
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.18
19+
go-version: 1.19
2020
- name: Install Dependences
2121
run: brew install libpcap upx
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.18
40+
go-version: 1.19
4141
- name: Install Dependences
4242
run: sudo apt install -yy libpcap-dev upx
4343

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hktalent/scan4all
22

3-
go 1.18
3+
go 1.19
44

55
//naabu
66
require (

0 commit comments

Comments
 (0)