Skip to content

Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.1 #45

Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.1

Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.1 #45

# SPDX-FileCopyrightText: 2023 Open Networking Foundation <[email protected]>
# SPDX-License-Identifier: Apache-2.0
name: Unit tests
on:
push:
branches:
- master
pull_request:
jobs:
unit-test-webconsole:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- name: Run unit tests for webconsole
run: |
make test