From ff7fd48f461b747541ce871bb6071911c61dd79c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 20:56:12 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 4 to 5 (#6413) * chore(deps): bump actions/setup-go from 4 to 5 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * bump go version in validate_pyinstaller GH action * chore: Revert go version in linux installer to keep glibc version --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Haresh Nasit <84355507+hnnasit@users.noreply.github.com> Co-authored-by: Haresh Nasit Co-authored-by: Daniel Mil --- .github/workflows/build.yml | 2 +- .github/workflows/validate_pyinstaller.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8fb2f413b8..314ca5414f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,7 +145,7 @@ jobs: 3.11 3.12 ${{ matrix.python }} - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version: '1.19' - uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/validate_pyinstaller.yml b/.github/workflows/validate_pyinstaller.yml index 9049443ff4..4eefae4cb3 100644 --- a/.github/workflows/validate_pyinstaller.yml +++ b/.github/workflows/validate_pyinstaller.yml @@ -53,7 +53,7 @@ jobs: with: python-version: "3.8" - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: "1.20" - name: Build PyInstaller