migrate icon indicating copy to clipboard operation
migrate copied to clipboard

bump up CI version & fix CI failed

Open linzhengen opened this issue 3 years ago • 1 comments

I found many pull requests CI failed. to fix it.

  • bump actions/checkout@v2 to actions/checkout@v3
  • bump golangci/golangci-lint-action@v2 to golangci/golangci-lint-action@v3
  • bump actions/setup-go@v2 to actions/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 ./...

linzhengen avatar Sep 19 '22 10:09 linzhengen

Coverage Status

Coverage remained the same at 57.91% when pulling 30deade5742d91094269e6d0a6a54b4b998612d5 on linzhengen:bump_ci_version into 2d1de76527793ac704169d7f55bcab27e93eef5e on golang-migrate:master.

coveralls avatar Sep 19 '22 10:09 coveralls

@dhui any chance for merge? Plus are you planning any release soon?

xrn avatar Oct 05 '22 09:10 xrn