Skip to content

Commit

Permalink
up go to 1.20.7;up nuclei to latest 2023-09-17
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Sep 17, 2023
1 parent 437cce2 commit cc54430
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: 1.20.7
- name: Install Dependences
run: |
brew install libpcap upx
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: 1.20.7
- name: Install Dependences
run: |
sudo apt-get update
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: 1.20.7
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit cc54430

Please sign in to comment.