mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-11 12:36:34 +00:00

- Updates fips-go to be the latest on cfsetup.yaml - Updates sumtype's x/tools to be latest to avoid Internal: nil pkg errors with fips.
13 lines
125 B
YAML
13 lines
125 B
YAML
# https://taskfile.dev
|
|
|
|
version: '2'
|
|
|
|
tasks:
|
|
default:
|
|
cmds:
|
|
- task: test
|
|
|
|
test:
|
|
cmds:
|
|
- go test -v .
|