Skip to content

Revert "Updating to 128.0.6539.1_12.8.57 definitions" #155

Revert "Updating to 128.0.6539.1_12.8.57 definitions"

Revert "Updating to 128.0.6539.1_12.8.57 definitions" #155

Workflow file for this run

on: [push, pull_request]
name: Build
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: stable
- name: Install Packages
run: |
sudo apt-get -qq update
sudo apt-get install -y build-essential
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: |
go build ./...