Compare commits

...

3 Commits

Author SHA1 Message Date
Sveta Smirnova
efb402a335 Update .github/workflows/toolkit.yml
Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>
2023-06-29 23:30:13 +03:00
Artem Gavrilov
b70977e64d Fix go version 2023-06-29 18:12:07 +02:00
Sveta Smirnova
a2f69927c7 Update toolkit.yml
Bumped Go version to 1.20 for GitHub actions, so it is same as in our build machines.
2023-06-29 18:29:23 +03:00

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