optimized the tests and go.mod file. Switched to older version for better compatibility
All checks were successful
Bot Unit Tests / test (push) Successful in 10m20s
All checks were successful
Bot Unit Tests / test (push) Successful in 10m20s
This commit is contained in:
@@ -14,6 +14,8 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '1.26.1'
|
go-version: '1.25'
|
||||||
|
check-latest: false
|
||||||
|
cache: true
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: go test ./... -v
|
run: go test ./... -v
|
||||||
Reference in New Issue
Block a user