migrate
migrate copied to clipboard
bump up CI version & fix CI failed
I found many pull requests CI failed. to fix it.
- bump
actions/checkout@v2toactions/checkout@v3 - bump
golangci/golangci-lint-action@v2togolangci/golangci-lint-action@v3 - bump
actions/setup-go@v2toactions/setup-go@v3 - use go1.19 to fix go fmt
- why
- golangci-lint is using go v1.19 for gofmt linter inspite. reference
- what I did
go1.19 fmt ./...
- why
Coverage remained the same at 57.91% when pulling 30deade5742d91094269e6d0a6a54b4b998612d5 on linzhengen:bump_ci_version into 2d1de76527793ac704169d7f55bcab27e93eef5e on golang-migrate:master.
@dhui any chance for merge? Plus are you planning any release soon?