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

Commit 8ed05e3

Browse files
authored
Merge pull request #1064 from pohly/go-1.17.6
build: update to Go 1.17.6
2 parents 46e365d + af3ee3b commit 8ed05e3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG LINUX_BASE=debian:buster-slim
99
FROM ${LINUX_BASE} AS build
1010
ARG APT_GET="env DEBIAN_FRONTEND=noninteractive apt-get"
1111

12-
ARG GO_VERSION="1.16.1"
12+
ARG GO_VERSION="1.17.6"
1313

1414
# CACHEBUST is set by the CI when building releases to ensure that apt-get really gets
1515
# run instead of just using some older, cached result.

pkg/apis/pmemcsi/v1beta1/zz_generated.deepcopy.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/volumepathhandler/volume_path_handler_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build linux
12
// +build linux
23

34
/*

0 commit comments

Comments
 (0)