mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-10 02:01:17 +08:00
Compare commits
3 Commits
pmm-3.5.0
...
pt-github-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
efb402a335 | ||
|
|
b70977e64d | ||
|
|
a2f69927c7 |
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