From 9e0e6c150205e5b340b7a6e512513c1f3835066e Mon Sep 17 00:00:00 2001 From: shubham82 Date: Fri, 9 Feb 2024 18:20:55 +0530 Subject: [PATCH] Bump go version. --- .github/workflows/ci.yaml | 2 +- builder/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 421fa30a1e52..1d86e5b5ae7f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: '1.21.3' + go-version: '1.21.6' - uses: actions/checkout@v2 with: diff --git a/builder/Dockerfile b/builder/Dockerfile index d4ef0b423f3b..e02b6cd39efe 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.21.4 +FROM golang:1.21.6 LABEL maintainer="Marcin Wielgus " ENV GOPATH /gopath/