sudo pacman -Syu
|
77df66c1f3
|
chore: sync golangci-lint
|
2023-06-29 00:35:25 +07:00 |
sudo pacman -Syu
|
9c680d8dc9
|
chore(changelog): generate v0.13.0
|
2023-06-10 11:01:00 +07:00 |
dependabot[bot]
|
2e2329069b
|
build(deps): bump goreleaser/goreleaser-action from 2 to 4
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 4.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2...v4)
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-22 16:26:17 +07:00 |
dependabot[bot]
|
e4ff7920e6
|
build(deps): bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-22 16:26:03 +07:00 |
sudo pacman -Syu
|
001bd3c9a8
|
chore: update dependabot
|
2023-03-22 16:24:03 +07:00 |
dependabot[bot]
|
91cdafc3ad
|
build(deps): bump github.com/fatih/color from 1.14.1 to 1.15.0
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.14.1 to 1.15.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](https://github.com/fatih/color/compare/v1.14.1...v1.15.0)
---
updated-dependencies:
- dependency-name: github.com/fatih/color
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-14 09:30:34 +07:00 |
sudo pacman -Syu
|
8c356fe2b8
|
chore: update make
|
2023-02-26 00:08:05 +07:00 |
sudo pacman -Syu
|
74d0ee14e2
|
feat: update lint
|
2023-02-25 23:33:16 +07:00 |
sudo pacman -Syu
|
1ab121e7ef
|
chore(changelog): generate v0.12.0
|
2023-02-21 16:59:52 +07:00 |
sudo pacman -Syu
|
bb7b5a789f
|
chore; bump go 1.20
|
2023-02-21 16:59:05 +07:00 |
dependabot[bot]
|
cdf7a6cae6
|
build(deps): bump github.com/fatih/color from 1.13.0 to 1.14.1
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.13.0 to 1.14.1.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](https://github.com/fatih/color/compare/v1.13.0...v1.14.1)
---
updated-dependencies:
- dependency-name: github.com/fatih/color
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-24 07:37:37 +07:00 |
sudo pacman -Syu
|
52562ccd2a
|
chore: update github action
Fetch git history
|
2022-08-16 14:37:15 +07:00 |
sudo pacman -Syu
|
8423afe399
|
chore(changelog): generate v0.11.0
|
2022-08-13 17:19:42 +07:00 |
sudo pacman -Syu
|
41c3d6bc63
|
chore: update gitignore
|
2022-08-13 17:18:59 +07:00 |
sudo pacman -Syu
|
28084c365a
|
chore: bump go 1.19 in github action
|
2022-08-13 17:15:52 +07:00 |
sudo pacman -Syu
|
10e6c297d9
|
chore: goreleaser gen changelog for github
|
2022-08-13 17:09:47 +07:00 |
sudo pacman -Syu
|
7afd658200
|
chore: add example
|
2022-08-13 17:06:54 +07:00 |
sudo pacman -Syu
|
bcc2054da6
|
fix: fix goroutine leak
Fix https://github.com/haunt98/go-test-color/issues/1
Replace goroutine use with more idiomatic usage
https://pkg.go.dev/os/exec#Cmd.StdoutPipe
https://pkg.go.dev/os/exec#Cmd.StderrPipe
|
2022-08-13 16:46:53 +07:00 |
sudo pacman -Syu
|
53248bff4d
|
chore(changelog): generate v0.10.0
|
2022-07-23 23:28:17 +07:00 |
sudo pacman -Syu
|
337b84e801
|
chore: add try-4-real in Makefile
|
2022-07-23 23:27:08 +07:00 |
sudo pacman -Syu
|
e488efb295
|
refactor: replace cmd.Run with cmd.Start and cmd.Wait
See https://stackoverflow.com/questions/8875038/redirect-stdout-pipe-of-child-process-in-go
|
2022-07-23 23:26:44 +07:00 |
sudo pacman -Syu
|
31724133f1
|
refactor: move reader close fn inside main scope
|
2022-07-23 23:16:11 +07:00 |
sudo pacman -Syu
|
9bf002a166
|
chore: update github action
|
2022-07-23 23:09:47 +07:00 |
sudo pacman -Syu
|
a8ef4ca921
|
chore: add Makefile
|
2022-07-23 21:30:15 +07:00 |
sudo pacman -Syu
|
6c2cd0baac
|
feat: add yellow for skip
|
2022-07-23 21:30:03 +07:00 |
sudo pacman -Syu
|
38f75b72df
|
chore: add dependabot
|
2022-07-23 21:23:17 +07:00 |
sudo pacman -Syu
|
a1db2141fa
|
build: bump go.mod
|
2022-05-23 10:07:06 +07:00 |
sudo pacman -Syu
|
b4317435a9
|
chore(changelog): generate v0.9.1
|
2022-04-13 15:27:13 +07:00 |
sudo pacman -Syu
|
c01af77a99
|
chore: add github release
|
2022-04-13 15:26:32 +07:00 |
sudo pacman -Syu
|
05ab47cf75
|
chore: bump license year
|
2022-04-13 15:24:17 +07:00 |
sudo pacman -Syu
|
f0590d2607
|
build: bump go 1.18 in go.mod
|
2022-04-13 15:23:53 +07:00 |
sudo pacman -Syu
|
a38334fb84
|
chore(changelog): generate v0.9.0
|
2021-05-30 15:53:06 +00:00 |
sudo pacman -Syu
|
9a2e2db2b1
|
build: update go.mod
|
2021-05-30 15:45:58 +00:00 |
sudo pacman -Syu
|
00ce559b04
|
docs: add comment to explain
|
2021-05-30 15:45:31 +00:00 |
Tran Hau
|
ce20881e9d
|
chore(changelog): generate v0.8.0
|
2021-04-16 07:32:03 +00:00 |
Tran Hau
|
3494bab0ae
|
build: update go.mod
|
2021-04-16 07:28:44 +00:00 |
Tran Hau
|
fb811d0913
|
chore: update go in github action
|
2021-04-16 07:22:14 +00:00 |
Tran Hau
|
1d21b41462
|
chore(changelog): generate v0.7.0
|
2021-03-17 05:07:35 +00:00 |
Tran Hau
|
d45e46b3e7
|
build: bump go 1.16 in go.mod
|
2021-03-17 05:06:21 +00:00 |
Tran Hau
|
1c01a45113
|
chore(license): bump year 2021
|
2021-03-16 10:21:40 +00:00 |
Tran Hau
|
3c469a1d29
|
chore(readme): add go 1.16 guide install
|
2021-03-16 08:57:32 +00:00 |
Tran Hau
|
cdad5491c7
|
chore: bump go 1.16 in github action
|
2021-03-16 08:56:02 +00:00 |
hau
|
a4667e7f4a
|
chore(changelog): generate v0.6.0
|
2021-01-18 13:50:09 +07:00 |
hau
|
607bb4fa73
|
chore: update badges
|
2021-01-18 13:48:51 +07:00 |
hau
|
4fcf047693
|
chore: bump golangci-lint v1.34 in github action
|
2021-01-18 13:46:43 +07:00 |
hau
|
d7fd24bc76
|
chore(readme): add pkg.go.dev badge
|
2020-12-23 18:14:27 +07:00 |
hau
|
970a9d90dc
|
chore(changelog): generate v0.5.0
|
2020-12-18 17:23:42 +07:00 |
hau
|
c72f25c2db
|
refactor: split color func from runGoTest
|
2020-12-18 17:21:21 +07:00 |
hau
|
4467751b1a
|
build: update go.mod
|
2020-12-18 17:14:02 +07:00 |
hau
|
05b1b6886c
|
chore(readme): add thanks
|
2020-12-18 17:13:21 +07:00 |