Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to go 1.18 #4960

Merged
merged 5 commits into from
Mar 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest
container: weaveworks/eksctl-build:df6bc4677b56b1de8893f232e96c42c30ad314b4
container: weaveworks/eksctl-build:b14717ff1fbe3180f8e8792169023542c0ea9069
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
rc:
name: Trigger release candidate build
runs-on: ubuntu-latest
container: weaveworks/eksctl-build:df6bc4677b56b1de8893f232e96c42c30ad314b4
container: weaveworks/eksctl-build:b14717ff1fbe3180f8e8792169023542c0ea9069
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
rc:
name: Trigger release build
runs-on: ubuntu-latest
container: weaveworks/eksctl-build:df6bc4677b56b1de8893f232e96c42c30ad314b4
container: weaveworks/eksctl-build:b14717ff1fbe3180f8e8792169023542c0ea9069
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Tag release from version
environment: release
runs-on: ubuntu-latest
container: weaveworks/eksctl-build:df6bc4677b56b1de8893f232e96c42c30ad314b4
container: weaveworks/eksctl-build:b14717ff1fbe3180f8e8792169023542c0ea9069
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
update_aws_node:
name: Update aws-node and open PR
runs-on: ubuntu-latest
container: weaveworks/eksctl-build:df6bc4677b56b1de8893f232e96c42c30ad314b4
container: weaveworks/eksctl-build:b14717ff1fbe3180f8e8792169023542c0ea9069
env:
UPDATE_BRANCH: update-aws-node
GOPRIVATE: ""
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_IMAGE=weaveworks/eksctl-build:df6bc4677b56b1de8893f232e96c42c30ad314b4
ARG BUILD_IMAGE=weaveworks/eksctl-build:b14717ff1fbe3180f8e8792169023542c0ea9069
FROM $BUILD_IMAGE as build

WORKDIR /src
Expand Down
2 changes: 1 addition & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Make sure to run the following commands after changes to this file are made:
# `make -f Makefile.docker update-build-image-tag && make -f Makefile.docker push-build-image`

FROM golang:1.17.0-alpine3.14@sha256:4ace2a06b957dec72202e03e71ccb661f082cc9d9a1849c0efef41ddc246bdba AS base
FROM golang:1.18.0-alpine3.14@sha256:b8eeab34b03b7b97988e42b75223c764d26ed4b5b5231c6c14f2695c8cd86847 AS base

# Add kubectl and aws-iam-authenticator to the PATH
ENV PATH="${PATH}:/out/usr/bin:/out/usr/local/bin"
Expand Down
2 changes: 1 addition & 1 deletion build/docker/build_image_manifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"k8s.io/code-generator v0.22.1"
"k8s.io/code-generator v0.22.1"
"sigs.k8s.io/mdtoc v1.1.0"
100644 blob dfdc17c1ba56a56292a258efdb2854cac83e69bd build/docker/Dockerfile
100644 blob 64dbad69a84662503fb89b37da2357b5b7c32c9a build/docker/Dockerfile
100644 blob 5683496f7ee0443658a663785d87e404096459d6 .requirements
100755 blob c1129ff1ff85ac2c53f908a577675ea59a9325a7 build/scripts/install-build-deps.sh
2 changes: 1 addition & 1 deletion build/docker/image_tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
df6bc4677b56b1de8893f232e96c42c30ad314b4
b14717ff1fbe3180f8e8792169023542c0ea9069
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// you may also need to run `make push-build-image` depending on what has changed
module github.com/weaveworks/eksctl

go 1.17
go 1.18

require (
github.com/Masterminds/semver/v3 v3.1.1
Expand Down
32 changes: 0 additions & 32 deletions go.sum

Large diffs are not rendered by default.