Skip to content

Commit

Permalink
chore(deps): update actions/setup-go digest to db8764c
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 2, 2023
1 parent 10b0cc6 commit 6718a9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: ${{ needs.skip-check.outputs.should_skip != 'true' }}
steps:
- name: Set up Go
uses: actions/setup-go@08b314a5730da00e95d0394603ed798406886596
uses: actions/setup-go@db8764c1e24b94e6bf86c7b9195ce862c97a4090
with:
go-version: 1.19.1
- uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terratest-more-clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@08b314a5730da00e95d0394603ed798406886596
- uses: actions/setup-go@db8764c1e24b94e6bf86c7b9195ce862c97a4090
with:
go-version: 1.19.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terratest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@08b314a5730da00e95d0394603ed798406886596
- uses: actions/setup-go@db8764c1e24b94e6bf86c7b9195ce862c97a4090
with:
go-version: 1.19.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@08b314a5730da00e95d0394603ed798406886596
- uses: actions/setup-go@db8764c1e24b94e6bf86c7b9195ce862c97a4090
with:
go-version: 1.19.1

Expand Down

0 comments on commit 6718a9a

Please sign in to comment.