From 0f64a016fedec9326043b0482507b83955718431 Mon Sep 17 00:00:00 2001 From: beer-1 <147697694+beer-1@users.noreply.github.com> Date: Fri, 5 Jan 2024 12:17:21 +0900 Subject: [PATCH] bump go version to v1.21 --- .github/workflows/lint.yml | 4 ++-- .github/workflows/test.yml | 2 +- go.mod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 417abcec..18047e2f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/setup-go@v2.1.4 with: - go-version: 1.19 + go-version: 1.21 - uses: technote-space/get-diff-action@v5 id: git_diff with: @@ -60,7 +60,7 @@ jobs: - name: Setup go uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.21 # for private repo access - run: git config --global url.https://${GITHUB_ACCESS_TOKEN}:x-oauth-basic@github.com/.insteadOf https://github.com/ - run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb203c3c..6fd72931 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.21 - name: Install openssl run: sudo apt-get install libssl-dev - uses: actions/checkout@v3 diff --git a/go.mod b/go.mod index 68179779..50f37d61 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/initia-labs/initia -go 1.21.5 +go 1.21 require ( cosmossdk.io/api v0.7.2