Skip to content

Commit

Permalink
Bump to Go 1.15.8
Browse files Browse the repository at this point in the history
The main k/k repo was recently updated to Go 1.15.8 for k8s 1.19, 1.20,
and the upcoming 1.21 release.

kubernetes/release#1895
  • Loading branch information
seanmalloy authored and Tal-or committed May 31, 2021
1 parent c506b97 commit e449111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.5
FROM golang:1.15.8

WORKDIR /go/src/sigs.k8s.io/scheduler-plugins
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion build/scheduler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.5
FROM golang:1.15.8

WORKDIR /go/src/sigs.k8s.io/scheduler-plugins
COPY . .
Expand Down

0 comments on commit e449111

Please sign in to comment.