Skip to content

Commit

Permalink
refactor: move to go 1.21 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 authored Mar 25, 2024
1 parent c4961ad commit c285954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-tools/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: 1.22.x
go-version: 1.21.x
cache-dependency-path: |
**/go.sum
**/go.mod
2 changes: 1 addition & 1 deletion helpers/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/defenseunicorns/pkg/helpers

go 1.22.0
go 1.21.8

require (
github.com/otiai10/copy v1.14.0
Expand Down

0 comments on commit c285954

Please sign in to comment.