Skip to content

Commit

Permalink
[WG] update golang for containerized builds
Browse files Browse the repository at this point in the history
We need to bump the golang version we use to do the containerized
builds.

Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Nov 24, 2021
1 parent 273d94b commit 2eb5a0c
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 2eb5a0c

Please sign in to comment.