mirror of
https://github.com/sbrow/envr.git
synced 2025-12-29 23:47:39 -05:00
Compare commits
2 Commits
463bed1353
...
d28f07b7f4
| Author | SHA1 | Date | |
|---|---|---|---|
| d28f07b7f4 | |||
|
|
c1a179ffaf |
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.20'
|
||||
go-version: '1.24.6'
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
|
||||
@@ -30,6 +30,7 @@ type scanConfig struct {
|
||||
}
|
||||
|
||||
// Create a fresh config with sensible defaults.
|
||||
// TODO: fd '\.env' -HI ~/ -E '*\.envrc' -E '\.env\.example' -E '\.local/' -E 'vendor' -E 'node_modules'
|
||||
func NewConfig(privateKeyPaths []string) Config {
|
||||
var keys = []SshKeyPair{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user