Skip to content

Commit

Permalink
sync: update CI config files (#209)
Browse files Browse the repository at this point in the history
* bump go.mod to Go 1.16 and run go fix

* run go mod tidy

* run gofmt -s

* update .github/workflows/automerge.yml

* update .github/workflows/go-test.yml

* update .github/workflows/go-check.yml

Co-authored-by: web3-bot <[email protected]>
  • Loading branch information
web3-bot and web3-bot authored Aug 22, 2021
1 parent 12d4ba0 commit a9c4104
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/crypto/key_not_openssl.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !openssl
// +build !openssl

package crypto
Expand Down
1 change: 1 addition & 0 deletions core/crypto/key_openssl.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build openssl
// +build openssl

package crypto
Expand Down
1 change: 1 addition & 0 deletions core/crypto/openssl_common.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build openssl
// +build openssl

package crypto
Expand Down
1 change: 1 addition & 0 deletions core/crypto/rsa_go.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !openssl
// +build !openssl

package crypto
Expand Down
1 change: 1 addition & 0 deletions core/crypto/rsa_openssl.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build openssl
// +build openssl

package crypto
Expand Down

0 comments on commit a9c4104

Please sign in to comment.