Skip to content

Commit

Permalink
Bump Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
ASTRobinson committed Oct 7, 2024
1 parent 981a9e2 commit fb0f7c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.22.3
cache: false
go-version: 1.23
cache-dependency-path: "test/go.sum"
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
with:
terraform_version: ~1.8
Expand Down
2 changes: 1 addition & 1 deletion test/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ministryofjustice/modernisation-platform-terraform-cross-account-access

go 1.22
go 1.23

require (
github.com/gruntwork-io/terratest v0.47.2
Expand Down

0 comments on commit fb0f7c7

Please sign in to comment.