bump up golang v1.17

Signed-off-by: Wang Yan <wangyan@vmware.com>
This commit is contained in:
Wang Yan
2021-07-06 11:43:13 +08:00
parent 1563384b69
commit 3f4c558dac
15 changed files with 14 additions and 19 deletions

View File

@@ -1,3 +1,4 @@
//go:build go1.4
// +build go1.4
package handlers

View File

@@ -1,3 +1,4 @@
//go:build !go1.4
// +build !go1.4
package handlers

View File

@@ -1,3 +1,4 @@
//go:build noresumabledigest
// +build noresumabledigest
package storage

View File

@@ -1,3 +1,4 @@
//go:build !noresumabledigest
// +build !noresumabledigest
package storage

View File

@@ -10,6 +10,7 @@
// Note that the contents of incomplete uploads are not accessible even though
// Stat returns their length
//
//go:build include_gcs
// +build include_gcs
package gcs

View File

@@ -1,3 +1,4 @@
//go:build include_gcs
// +build include_gcs
package gcs

View File

@@ -7,6 +7,7 @@
// Because OSS is a key, value store the Stat call does not support last modification
// time for directories (directories are an abstraction for key, value stores)
//
//go:build include_oss
// +build include_oss
package oss

View File

@@ -1,3 +1,4 @@
//go:build include_oss
// +build include_oss
package oss