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:
Sveta Smirnova
2023-06-29 23:30:21 +03:00
committed by GitHub
parent b980c6e149
commit ad025e8baf

View File

@@ -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 ../../