MongoDB migrations made simple for go
mongodb migration db
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ok try curl

Signed-off-by: softprops <d.tangren@gmail.com>

+3 -2
+2 -1
.tangled/workflows/ci.yml
··· 7 7 dependencies: 8 8 nixpkgs: 9 9 - go 10 - - golangci-lint 10 + - curl 11 11 12 12 steps: 13 13 - name: lint 14 14 command: | 15 + curl -sSfL https://golangci-lint.run/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.11.4 15 16 golangci-lint run ./... 16 17 - name: test 17 18 command: |
+1 -1
go.mod
··· 1 1 module tangled.org/softprops.tngl.sh/moose 2 2 3 - go 1.26.1 3 + go 1.26.2 4 4 5 5 require ( 6 6 github.com/google/go-cmp v0.7.0