mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
fix: enable go1.17 github ci/cd (#12997)
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
//go:build fips
|
||||
// +build fips
|
||||
|
||||
package hash
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
//go:build !fips
|
||||
// +build !fips
|
||||
|
||||
package hash
|
||||
|
||||
Reference in New Issue
Block a user