ci: update workflow and Go 1.19 #12

Merged
roylee17 merged 4 commits from roylee17/update-ci-go-version into master 2022-08-05 06:50:24 +02:00
Showing only changes of commit 13a42b37ce - Show all commits

8
tools/tools.go Normal file
View file

@ -0,0 +1,8 @@
//go:build tools
// +build tools
package tools
import (
_ "golang.org/x/tools/cmd/goimports"
)