Skip to content

Commit

Permalink
Bump actions/setup-go from 4 to 5 (#35612)
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.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 2115d4d commit 5e901ff
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
path: .github/shared-workflows
ref: main
- name: Installing Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: .github/shared-workflows/bot/go.mod
# Run "check" subcommand on bot.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: .github/shared-workflows
ref: main
- name: Installing Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: .github/shared-workflows/bot/go.mod
# Run "check" subcommand on bot.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
# use the version declared in API's go.mod
go-version-file: api/go.mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
corepack enable yarn
- name: Install Go Toolchain
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
cache: false
go-version: ${{ env.GOLANG_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: echo "go-version=$(make --no-print-directory print-go-version | tr -d '\n')" >> $GITHUB_OUTPUT

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
cache: false
go-version: ${{ steps.go-version.outputs.go-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
path: .github/shared-workflows
ref: main
- name: Installing Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: .github/shared-workflows/bot/go.mod
- name: Validate the changelog entry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
path: .github/shared-workflows
ref: main
- name: Installing Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: .github/shared-workflows/bot/go.mod
# Run "check" subcommand on bot.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ref: ${{ matrix.branch }}

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
cache: false
go-version-file: go.mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dismiss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
path: .github/shared-workflows
ref: main
- name: Installing Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: .github/shared-workflows/bot/go.mod
# Run "dismiss" subcommand on bot.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
path: .github/shared-workflows
ref: main
- name: Installing Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: .github/shared-workflows/bot/go.mod
# Run "check" subcommand on bot.
Expand Down

0 comments on commit 5e901ff

Please sign in to comment.