Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update actions/setup-go digest to 8dbf352 #1090

Merged
merged 1 commit into from
Mar 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@c51a7207680f1bee06f4a751214aab70667f9e25
uses: actions/setup-go@8dbf352f069be09d9a0b567cc1a9d16a5663fc3a
with:
go-version: 1.19.1
- uses: actions/checkout@27135e314dd1818f797af1db9dae03a9f045786b
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
echo '${{ secrets.COSIGN_PRIVATE_KEY }}' > cosign.key
- name: Set up Go
uses: actions/setup-go@c51a7207680f1bee06f4a751214aab70667f9e25
uses: actions/setup-go@8dbf352f069be09d9a0b567cc1a9d16a5663fc3a
with:
go-version: 1.19.1
- name: Login to Dockerhub
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 @@ -45,7 +45,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@c51a7207680f1bee06f4a751214aab70667f9e25
- uses: actions/setup-go@8dbf352f069be09d9a0b567cc1a9d16a5663fc3a
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 @@ -45,7 +45,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@c51a7207680f1bee06f4a751214aab70667f9e25
- uses: actions/setup-go@8dbf352f069be09d9a0b567cc1a9d16a5663fc3a
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 @@ -45,7 +45,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@c51a7207680f1bee06f4a751214aab70667f9e25
- uses: actions/setup-go@8dbf352f069be09d9a0b567cc1a9d16a5663fc3a
with:
go-version: 1.19.1

Expand Down