Skip to content

Commit 2dcc936

Browse files
committed
up 2023-09-09
1 parent 423cb55 commit 2dcc936

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 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
22+
go-version: 1.20.7
2323
- name: Install Dependences
2424
run: |
2525
brew install libpcap upx
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Go
4646
uses: actions/setup-go@v2
4747
with:
48-
go-version: 1.20
48+
go-version: 1.20.7
4949
- name: Install Dependences
5050
run: |
5151
sudo apt install -yy --fix-missing libpcap-dev upx
@@ -78,7 +78,7 @@ jobs:
7878
- name: Set up Go
7979
uses: actions/setup-go@v2
8080
with:
81-
go-version: 1.20
81+
go-version: 1.20.7
8282
- name: Run GoReleaser
8383
uses: goreleaser/goreleaser-action@v2
8484
with:

0 commit comments

Comments
 (0)