Skip to content

Commit

Permalink
Merge pull request #607 from ministryofjustice/dependenices/bump-go-v…
Browse files Browse the repository at this point in the history
…ersion

Bump Go version
  • Loading branch information
ASTRobinson authored Oct 7, 2024
2 parents b1ab28e + 1d185a1 commit 374460c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.22
go-version: 1.23
cache-dependency-path: "test/go.sum"
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
with:
Expand Down
4 changes: 1 addition & 3 deletions test/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/ministryofjustice/modernisation-platform-terraform-baselines

go 1.21

toolchain go1.22.5
go 1.23

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

0 comments on commit 374460c

Please sign in to comment.