feat: reset golang version
Some checks failed
Release / release (push) Failing after 1m45s

This commit is contained in:
cdryzun 2023-09-23 19:01:52 +08:00
parent f22e2d87e4
commit 05f507f655
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- uses: actions/setup-go@v3
with: { go-version: 1.23 }
with: { go-version: 1.20 }
- run: go install github.com/go-task/task/v3/cmd/task@latest
- run: apt update && apt-get install zip
- uses: actions/checkout@v3

2
go.mod
View File

@ -1,6 +1,6 @@
module git.treesir.pub/DevOps/devops-sing
go 1.21.0
go 1.20
require (
github.com/Ullaakut/nmap/v3 v3.0.2