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