Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 4 to 5 (#5020)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent acd804e commit dcc302a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
java-version: 18
distribution: corretto
- name: Set up oldest supported Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.15'
- name: Set up goimports
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
java-version: 18
distribution: corretto
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.15'
- name: Set up goimports
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/standard-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
java-version: 18
distribution: corretto
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.15'
- name: Set up goimports
Expand Down

0 comments on commit dcc302a

Please sign in to comment.