Skip to content

Commit

Permalink
Typo: replace set up with setup (open-telemetry#133)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu authored May 16, 2022
1 parent 28299d2 commit dcfff76
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ jobs:
with:
fetch-depth: 0

- name: Set up QEMU
- name: Setup QEMU
id: qemu
uses: docker/setup-qemu-action@v2
with:
platforms: arm64

- name: Set up Docker Buildx
- name: Setup Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1

- name: Set up Go
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.17"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0

- name: Set up Go
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.17
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
with:
fetch-depth: 0

- name: Set up QEMU
- name: Setup QEMU
id: qemu
uses: docker/setup-qemu-action@v2
with:
platforms: arm64

- name: Set up Docker Buildx
- name: Setup Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1

- name: Set up Go
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.17"
Expand Down

0 comments on commit dcfff76

Please sign in to comment.