testify/.ci.govet.sh
Olivier Mengué af716f8bff CI: fix shebang in .ci.*.sh scripts
Fix shebang in .ci.*.sh scripts to ease running on platforms where bash
is not in /bin/bash (ex: MacOS).
2025-05-22 11:53:03 +02:00

6 lines
42 B
Bash
Executable File

#!/usr/bin/env bash
set -e
go vet ./...