mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-16 11:37:04 +02:00
8 lines
94 B
Bash
8 lines
94 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
go build ./...
|
|
go test ./...
|
|
golint ./...
|
|
go vet ./... |