File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ fast_generate: assets/github-action-config.json
44
44
45
45
fast_check_generated :
46
46
$(MAKE ) --always-make fast_generate
47
- git checkout -- go.mod go.sum # can differ between go1.12 and go1.13
47
+ git checkout -- go.mod go.sum # can differ between go1.15 and go1.16
48
48
git diff --exit-code # check no changes
49
49
50
50
release : .goreleaser.yml tools/goreleaser
@@ -78,7 +78,8 @@ assets/demo.svg: tools/svg-term tools/Dracula.itermcolors
78
78
./tools/svg-term --cast=183662 --out assets/demo.svg --window --width 110 --height 30 --from 2000 --to 20000 --profile ./tools/Dracula.itermcolors --term iterm2
79
79
80
80
assets/github-action-config.json : FORCE golangci-lint
81
- go run ./scripts/gen_github_action_config/main.go $@
81
+ # go run ./scripts/gen_github_action_config/main.go $@
82
+ cd ./scripts/gen_github_action_config/; go run ./main.go ../../$@
82
83
83
84
go.mod : FORCE
84
85
go mod tidy
You can’t perform that action at this time.
0 commit comments