Skip to content

Commit

Permalink
up go to 1.19 2022-08-23
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Aug 23, 2022
1 parent d063f42 commit 6606f1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.19
- name: Install Dependences
run: brew install libpcap upx
- name: Run GoReleaser
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.19
- name: Install Dependences
run: sudo apt install -yy libpcap-dev upx

Expand All @@ -59,7 +59,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.19
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hktalent/scan4all

go 1.18
go 1.19

//naabu
require (
Expand Down

0 comments on commit 6606f1a

Please sign in to comment.