mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-01 18:25:59 +00:00
Update toolkit.yml (#646)
* Update toolkit.yml Bumped Go version to 1.20 for GitHub actions, so it is same as in our build machines. * Fix go version * Update .github/workflows/toolkit.yml Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com> --------- Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>
This commit is contained in:
4
.github/workflows/toolkit.yml
vendored
4
.github/workflows/toolkit.yml
vendored
@@ -16,9 +16,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.19
|
||||
- name: Install make
|
||||
run: sudo apt-get update && sudo apt-get -y install make
|
||||
go-version: '1.20'
|
||||
- name: Build
|
||||
run: cd src/go; make linux-amd64; cd ../../
|
||||
|
||||
|
Reference in New Issue
Block a user