Skip to content

Commit cc54430

Browse files
committed
up go to 1.20.7;up nuclei to latest 2023-09-17
1 parent 437cce2 commit cc54430

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
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Go
4949
uses: actions/setup-go@v2
5050
with:
51-
go-version: 1.20
51+
go-version: 1.20.7
5252
- name: Install Dependences
5353
run: |
5454
sudo apt-get update
@@ -80,7 +80,7 @@ jobs:
8080
- name: Set up Go
8181
uses: actions/setup-go@v2
8282
with:
83-
go-version: 1.20
83+
go-version: 1.20.7
8484
- name: Run GoReleaser
8585
uses: goreleaser/goreleaser-action@v2
8686
with:

0 commit comments

Comments
 (0)