From a43d98f8dd9df44cf4af8e36339e3c748d381453 Mon Sep 17 00:00:00 2001 From: Adarsh jaiswal Date: Wed, 13 Mar 2024 22:32:57 +0530 Subject: [PATCH] updated go version to 1.21 Signed-off-by: adarsh-jaiss --- .github/actions/setup/action.yaml | 2 +- .github/workflows/release.yml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index ac4a1b3e4..efafbb13e 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -6,7 +6,7 @@ runs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.20.x + go-version: 1.21.x cache: true check-latest: true - uses: ko-build/setup-ko@v0.6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad03531a5..21ad44371 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: '1.19.x' + go-version: '1.21.x' cache: true check-latest: true diff --git a/go.mod b/go.mod index ccc89fd4c..53ed992dc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/shipwright-io/cli -go 1.20 +go 1.21 require ( github.com/google/go-containerregistry v0.19.1