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 c4961ad commit c285954Copy full SHA for c285954
.github/actions/install-tools/action.yaml
@@ -15,7 +15,7 @@ runs:
15
16
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
17
with:
18
- go-version: 1.22.x
+ go-version: 1.21.x
19
cache-dependency-path: |
20
**/go.sum
21
**/go.mod
helpers/go.mod
@@ -1,6 +1,6 @@
1
module github.com/defenseunicorns/pkg/helpers
2
3
-go 1.22.0
+go 1.21.8
4
5
require (
6
github.com/otiai10/copy v1.14.0
0 commit comments