This commit is contained in:
spiritlhl
2024-06-13 08:41:00 +00:00
parent 58ce19c4af
commit bebd0069d5
2 changed files with 6 additions and 6 deletions

View File

@@ -22,10 +22,10 @@ jobs:
with:
go-version: 'stable'
# - name: Build and Test on Default Platform
# run: |
# go build -v ./...
# go test -v ./...
- name: Build and Test on Default Platform
run: |
# go build -v ./...
go test -v ./...
- name: Delete Existing Release Assets
run: |

4
go.mod
View File

@@ -1,3 +1,3 @@
module github.com/oneclickvirt/PortChecker
module github.com/oneclickvirt/portchecker
go 1.21.5
go 1.21.5