Commit 344ae828 authored by Nicolas "Norswap" Laurent's avatar Nicolas "Norswap" Laurent Committed by norswap

update workflows to use go 1.17

parent dd7ec7fc
......@@ -14,7 +14,7 @@ jobs:
- name: Install Toolchain
run: |
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs make cmake pkg-config
sudo apt-get -y --no-install-recommends install golang-1.17 nodejs make cmake pkg-config
npm install --global pnpm
- name: Build
run: make libunicorn minigeth_mips minigeth_prefetch mipsevm nodejs
......
......@@ -14,7 +14,7 @@ jobs:
- name: Install Toolchain
run: |
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs make cmake pkg-config
sudo apt-get -y --no-install-recommends install golang-1.17 nodejs make cmake pkg-config
npm install --global pnpm
- name: Build
run: make build
......
......@@ -14,7 +14,7 @@ jobs:
- name: Install Toolchain
run: |
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs make cmake pkg-config
sudo apt-get -y --no-install-recommends install golang-1.17 nodejs make cmake pkg-config
npm install --global pnpm
- name: Build
run: make build
......
......@@ -14,7 +14,7 @@ jobs:
- name: Install Toolchain
run: |
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 make cmake pkg-config
sudo apt-get -y --no-install-recommends install golang-1.17 make cmake pkg-config
- name: Build minigeth
run: make minigeth_prefetch
- name: Test Minigeth
......
......@@ -14,7 +14,7 @@ jobs:
- name: Install Toolchain
run: |
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs make cmake pkg-config
sudo apt-get -y --no-install-recommends install golang-1.17 nodejs make cmake pkg-config
npm install --global pnpm
- name: Build
run: make build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment