Skip to content

Commit

Permalink
fix(Go compiler): Eliminate difference in go compiler and go.mod vers…
Browse files Browse the repository at this point in the history
…ion #169 (#171)

This commit updates the Go compiler to match go.mod version
  • Loading branch information
Abhishek Agarwal authored Dec 28, 2021
1 parent ec7c842 commit 3199cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/cstor-csi-driver/cstor-csi-driver.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.14.7 as build
FROM golang:1.16.5 as build

ARG BRANCH
ARG RELEASE_TAG
Expand Down

0 comments on commit 3199cf7

Please sign in to comment.