This commit is contained in:
zhangchao
2024-10-28 16:15:45 +08:00
parent 254eee4914
commit 75f4c2266c

View File

@@ -11,8 +11,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.21.x'
- name: Install dependencies
run: go get .
- name: Build
run: go build -v ./...
- name: Test with the Go CLI