Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
build: update to Go 1.17.6
Browse files Browse the repository at this point in the history
This gets us the latest fixes, including some for know CVEs. Updating is easier
than checking those one-by-one to see whether they apply.
  • Loading branch information
pohly committed Jan 19, 2022
1 parent 46e365d commit af3ee3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG LINUX_BASE=debian:buster-slim
FROM ${LINUX_BASE} AS build
ARG APT_GET="env DEBIAN_FRONTEND=noninteractive apt-get"

ARG GO_VERSION="1.16.1"
ARG GO_VERSION="1.17.6"

# CACHEBUST is set by the CI when building releases to ensure that apt-get really gets
# run instead of just using some older, cached result.
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/pmemcsi/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkg/volumepathhandler/volume_path_handler_linux.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build linux
// +build linux

/*
Expand Down

0 comments on commit af3ee3b

Please sign in to comment.