We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f72d7 commit 15e394bCopy full SHA for 15e394b
.github/workflows/test.yml
@@ -75,4 +75,8 @@ jobs:
75
uses: jfrog/.github/actions/install-go-with-cache@main
76
77
- name: Tests
78
- run: go test -v -race -cover ./...
+ env:
79
+ GOTOOLCHAIN: 'go1.25.4'
80
+ run:
81
+ go env
82
+ go test -v -race -cover ./...
go.mod
@@ -1,6 +1,6 @@
1
module github.com/jfrog/jfrog-cli-artifactory
2
3
-go 1.24.6
+go 1.25.4
4
5
require (
6
github.com/c-bata/go-prompt v0.2.6
0 commit comments