Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump vite from 6.3.4 to 6.3.6 in /internal/static #403

Bump vite from 6.3.4 to 6.3.6 in /internal/static

Bump vite from 6.3.4 to 6.3.6 in /internal/static #403

Workflow file for this run

on: [push, pull_request]
name: Tests-linux
jobs:
tests-linux:
strategy:
matrix:
go-version: [1.22.x, 1.23.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: go mod tidy check
run: go mod tidy -diff
- name: Tests
run: go test -race -shuffle=on ./...