Skip to content

Commit 15e394b

Browse files
authored
bump-go-version-1-25 (jfrog#308)
1 parent 14f72d7 commit 15e394b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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 ./...

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/jfrog/jfrog-cli-artifactory
22

3-
go 1.24.6
3+
go 1.25.4
44

55
require (
66
github.com/c-bata/go-prompt v0.2.6

0 commit comments

Comments
 (0)