From bd493d556e9ed67eb9f5c6d13eb91bdec67b55a1 Mon Sep 17 00:00:00 2001 From: hunter-bera <133678627+hunter-bera@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:27:49 -0400 Subject: [PATCH] use concise go version --- .github/workflows/pipeline.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index df296a3..347db22 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -12,7 +12,7 @@ jobs: matrix: args: ["build", "lint", "test"] os: [ubuntu-latest] - go-version: [1.21.0] + go-version: [1.23.1] runs-on: ${{ matrix.os }} steps: - name: Checkout diff --git a/go.mod b/go.mod index 2f73d21..7ec801e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/berachain/offchain-sdk -go 1.23 +go 1.23.1 require ( cosmossdk.io/log v1.3.0