Skip to content

Bump react from 19.0.0 to 19.1.0 in /gui #780

Bump react from 19.0.0 to 19.1.0 in /gui

Bump react from 19.0.0 to 19.1.0 in /gui #780

Workflow file for this run

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