Skip to content

Commit 6f56bf5

Browse files
committed
upstream
2 parents 458692c + 15e394b commit 6f56bf5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,8 @@ jobs:
7575
uses: jfrog/.github/actions/install-go-with-cache@main
7676

7777
- name: Tests
78-
run: go test -v -race -cover ./...
78+
env:
79+
GOTOOLCHAIN: 'go1.25.4'
80+
run:
81+
go env
82+
go test -v -race -cover ./...

0 commit comments

Comments
 (0)