Skip to content

chore(deps): bump github.com/buger/jsonparser from 1.1.1 to 1.1.2 in /cni #608

chore(deps): bump github.com/buger/jsonparser from 1.1.1 to 1.1.2 in /cni

chore(deps): bump github.com/buger/jsonparser from 1.1.1 to 1.1.2 in /cni #608

name: Perform unittest for daemon
on:
pull_request:
push:
paths:
- daemon/**
- cni/**
- Makefile
permissions: read-all
jobs:
daemon-test:
runs-on: ubuntu-latest
env:
IMAGE_NAME: ghcr.io/${{ github.repository }}-daemon
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.23.0'
- name: Set up Docker
uses: docker/setup-buildx-action@v1
- name: Test
run: make test-daemon