Skip to content

[Snyk] Upgrade react-router-dom from 6.20.1 to 6.21.0 #629

[Snyk] Upgrade react-router-dom from 6.20.1 to 6.21.0

[Snyk] Upgrade react-router-dom from 6.20.1 to 6.21.0 #629

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.19', '1.20' ]
name: Go ${{ matrix.go }} tests
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
cache: true
- name: Run go test
run: go test -v ./...