Skip to content

Commit 4f105fc

Browse files
committed
up 2023-10-28
1 parent 4ad682b commit 4f105fc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v2
2121
with:
22-
go-version: 1.20.7
22+
go-version: 1.21.3
2323
- name: Install Dependences
2424
run: |
2525
brew install libpcap upx
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Go
4949
uses: actions/setup-go@v2
5050
with:
51-
go-version: 1.20.7
51+
go-version: 1.21.3
5252
- name: Install Dependences
5353
run: |
5454
sudo apt-get update
@@ -80,11 +80,11 @@ jobs:
8080
- name: Set up Go
8181
uses: actions/setup-go@v2
8282
with:
83-
go-version: 1.20.7
83+
go-version: 1.21.3
8484
- name: Run GoReleaser
8585
uses: goreleaser/goreleaser-action@v2
8686
with:
8787
version: latest
8888
args: release -f .github/build/windows.yml --rm-dist
8989
env:
90-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
90+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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.20
3+
go 1.21
44

55
require (
66
github.com/PuerkitoBio/goquery v1.8.1

0 commit comments

Comments
 (0)