github.com/yourbase/yb@v0.7.1/cmd/yb/init_templates/go.yml (about) 1 # YourBase build configuration 2 # See https://docs.yourbase.io/ for reference. 3 4 dependencies: 5 build: 6 - go:1.16 7 8 build_targets: 9 - name: default 10 commands: 11 - go test ./... 12 13 # This section configures which targets get built on CI. 14 ci: 15 builds: 16 - name: default 17 build_target: default 18 # If you only want certain events, uncomment the following line. 19 # when: branch IS 'main' OR action IS 'pull_request'