Merge pull request #5650 from Roasbeef/go-1-17

build: upgrade all CI+build infra to Go 1.17
This commit is contained in:
Olaoluwa Osuntokun
2021-09-30 19:12:29 -07:00
committed by GitHub
201 changed files with 217 additions and 31 deletions

View File

@@ -1,3 +1,4 @@
//go:build dev
// +build dev
package hodl

View File

@@ -1,3 +1,4 @@
//go:build !dev
// +build !dev
package hodl

View File

@@ -1,3 +1,4 @@
//go:build dev
// +build dev
package hodl

View File

@@ -1,3 +1,4 @@
//go:build !dev
// +build !dev
package hodl