Skip to content

update emulator to new image with correct vendor for Intel and re-enable #356

update emulator to new image with correct vendor for Intel and re-enable

update emulator to new image with correct vendor for Intel and re-enable #356

Workflow file for this run

name: Lint
env:
GO_VERSION: '1.20'
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: lint
run: make lint