mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-21 18:24:38 +00:00
Update toolkit.yml (#693)
This commit is contained in:
2
.github/workflows/toolkit.yml
vendored
2
.github/workflows/toolkit.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '1.20'
|
go-version: '1.21'
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cd src/go; make linux-amd64; cd ../../
|
run: cd src/go; make linux-amd64; cd ../../
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user