Skip to content

[Snyk] Upgrade @mui/material from 6.1.9 to 6.1.10 #1025

[Snyk] Upgrade @mui/material from 6.1.9 to 6.1.10

[Snyk] Upgrade @mui/material from 6.1.9 to 6.1.10 #1025

Workflow file for this run

name: Unit tests
on:
push:
branches:
- master
pull_request:
jobs:
test-go:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22', '1.23' ]
name: Go ${{ matrix.go }} tests
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
cache: true
- name: Run go test
run: go test -v ./...