Skip to content

Commit

Permalink
Update actions/setup-go action to v5 (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 3, 2024
1 parent a1c13f2 commit c059bd0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/operator_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Set up Go
id: go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.GOLANG_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/operator_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Set up Go
id: go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.GOLANG_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/operator_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fi
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.GOLANG_VERSION }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_operator_image_and_bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
fi
- name: Set up GO
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.GOLANG_VERSION }}

Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
fi
- name: Set up GO
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.GOLANG_VERSION }}

Expand Down

0 comments on commit c059bd0

Please sign in to comment.