Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#14 from k8stopologyawareschedwg/bu…
Browse files Browse the repository at this point in the history
…mp-golang-dockerfile

[WG] update golang for containerized builds
  • Loading branch information
ffromani authored Nov 24, 2021
2 parents 273d94b + 2eb5a0c commit 0c4ce18
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.k8staswg
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.
ARG ARCH
FROM golang:1.15.10 AS builder
FROM golang:1.16.10 AS builder
WORKDIR /go/src/sigs.k8s.io/scheduler-plugins
COPY . .

Expand Down
2 changes: 1 addition & 1 deletion build/scheduler/Dockerfile.k8staswg
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.
ARG ARCH
FROM golang:1.15.10 AS builder
FROM golang:1.16.10 AS builder
WORKDIR /go/src/sigs.k8s.io/scheduler-plugins
COPY . .

Expand Down

0 comments on commit 0c4ce18

Please sign in to comment.