Skip to content

build(deps-dev): Bump vite from 4.5.3 to 4.5.5 in /website #2284

build(deps-dev): Bump vite from 4.5.3 to 4.5.5 in /website

build(deps-dev): Bump vite from 4.5.3 to 4.5.5 in /website #2284

name: Golang Unit Tests
on: [push, pull_request]
jobs:
build:
name: Execute all the unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.23.0
- name: Test
run: make test