Skip to content

fix duplicated findings for string-format when there is more than one… #655

fix duplicated findings for string-format when there is more than one…

fix duplicated findings for string-format when there is more than one… #655

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go-version:
- oldstable
- stable
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Run tests
run: go test -race ./...