Skip to content

Commit

Permalink
use concise go version
Browse files Browse the repository at this point in the history
  • Loading branch information
hunter-bera committed Sep 24, 2024
1 parent 174aa5d commit bd493d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/berachain/offchain-sdk

go 1.23
go 1.23.1

require (
cosmossdk.io/log v1.3.0
Expand Down

0 comments on commit bd493d5

Please sign in to comment.