[8.10](backport #3291) Fix Endpoint teardown handling while tamper protection is enabled #490
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: govulncheck | |
on: | |
pull_request: | |
jobs: | |
govulncheck: | |
strategy: | |
matrix: | |
os: [ ubuntu-latest, macos-latest, windows-latest ] | |
name: vulncheck | |
runs-on: ${{ matrix.os }} | |
steps: | |
- id: govulncheck | |
uses: golang/govulncheck-action@v1 | |
with: | |
go-version-input: 1.20.7 | |
go-package: ./... |