1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +01:00

Bump Go to 1.16.14

This commit is contained in:
Mike Dame
2022-02-25 19:18:44 +00:00
parent f5538db9d2
commit ef85c0fff1
9 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.16.7
FROM golang:1.16.14
WORKDIR /go/src/sigs.k8s.io/descheduler
COPY . .