We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e09471 commit 047b1ecCopy full SHA for 047b1ec
.github/actions/install-and-setup/action.yml
@@ -8,7 +8,7 @@ runs:
8
- name: Setup Go
9
uses: actions/setup-go@v5
10
with:
11
- go-version: 1.23
+ go-version: 1.22.x
12
# - name: Setup Go with cache
13
# uses: jfrog/.github/actions/install-go-with-cache@main
14
go.mod
@@ -1,6 +1,6 @@
1
module github.com/jfrog/jfrog-cli-security
2
3
-go 1.23.2
+go 1.22.7
4
5
require (
6
github.com/beevik/etree v1.4.0
0 commit comments