Skip to content

Commit c285954

Browse files
refactor: move to go 1.21 (#35)
1 parent c4961ad commit c285954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/install-tools/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515

1616
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
1717
with:
18-
go-version: 1.22.x
18+
go-version: 1.21.x
1919
cache-dependency-path: |
2020
**/go.sum
2121
**/go.mod

helpers/go.mod

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

3-
go 1.22.0
3+
go 1.21.8
44

55
require (
66
github.com/otiai10/copy v1.14.0

0 commit comments

Comments
 (0)