Update tests.yml
Go / build (push) Successful in 2m19s

This commit is contained in:
AquilaIgnis
2026-07-08 01:56:37 -04:00
committed by GitHub
parent 135d900192
commit 8ed29753d5
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: '1.20' go-version: '1.25.8'
- name: Test - name: Test
run: go test -v ./... run: go test -v ./...