Skip to content

fix the test for the new version #14

fix the test for the new version

fix the test for the new version #14

Workflow file for this run

name: audit
on:
pull_request:
push:
branches:
- main
tags:
- "*"
workflow_dispatch:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: "1.17"
- name: Lint the Source Code
uses: golangci/golangci-lint-action@v4
with:
version: "v1.55"
- name: Run Tests
run: make test