Skip to content

Commit 047b1ec

Browse files
committed
try fix go
1 parent 1e09471 commit 047b1ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/install-and-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
- name: Setup Go
99
uses: actions/setup-go@v5
1010
with:
11-
go-version: 1.23
11+
go-version: 1.22.x
1212
# - name: Setup Go with cache
1313
# uses: jfrog/.github/actions/install-go-with-cache@main
1414

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-security
22

3-
go 1.23.2
3+
go 1.22.7
44

55
require (
66
github.com/beevik/etree v1.4.0

0 commit comments

Comments
 (0)