Skip to content

Bump @types/react-dom from 18.2.14 to 18.2.15 in /gui #492

Bump @types/react-dom from 18.2.14 to 18.2.15 in /gui

Bump @types/react-dom from 18.2.14 to 18.2.15 in /gui #492

Workflow file for this run

name: Go
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Install Dependencies
run: sudo apt-get update && sudo apt-get install -y libasound2-dev
- name: Build
run: go build -v ./...