From 6074997e1bd7b81cc1d21617c69f9a6a897e615a Mon Sep 17 00:00:00 2001 From: Kanika Rana <46766610+ranakan19@users.noreply.github.com> Date: Tue, 14 Nov 2023 11:25:07 -0500 Subject: [PATCH] upgrade golang to 1.20 (#388) --- .github/workflows/ci-build.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 9ff376af..12136dc3 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -17,7 +17,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: 1.19.x + go-version: 1.20.x - name: Checkout code uses: actions/checkout@v4 diff --git a/go.mod b/go.mod index 8a21c579..684caef2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/codeready-toolchain/api -go 1.19 +go 1.20 require ( github.com/go-bindata/go-bindata v3.1.2+incompatible