Skip to content

Commit

Permalink
Update toolkit.yml (#646)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

---------

Co-authored-by: Artem Gavrilov <[email protected]>
  • Loading branch information
svetasmirnova and artemgavrilov committed Jun 29, 2023
1 parent b980c6e commit ad025e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/toolkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../../

Expand Down

0 comments on commit ad025e8

Please sign in to comment.