Compare commits

...

2 Commits

Author SHA1 Message Date
d28f07b7f4 wip: 2025-11-04 14:13:53 -05:00
Spencer Brower
c1a179ffaf fix: Updated go version for github action. 2025-11-04 14:09:47 -05:00
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: '1.20' go-version: '1.24.6'
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...

View File

@@ -30,6 +30,7 @@ type scanConfig struct {
} }
// Create a fresh config with sensible defaults. // 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 { func NewConfig(privateKeyPaths []string) Config {
var keys = []SshKeyPair{} var keys = []SshKeyPair{}