Skip to content

Commit

Permalink
Merge pull request #106 from ministryofjustice/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/setup-go-5

Bump actions/setup-go from 2 to 5
  • Loading branch information
AafAnsari authored Jun 11, 2024
2 parents e47d4b0 + 6cc1aa8 commit 5c77d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.21.6
- name: Run Terratest Unit Tests
Expand All @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.21.6
- name: Run Terratest Unit Tests
Expand Down

0 comments on commit 5c77d9d

Please sign in to comment.