Skip to content

Commit

Permalink
Debugging lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Feb 3, 2025
1 parent d32a6e1 commit 56a0a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.22
go-version: 1.23
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v4
with:
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/peggyjv/sommelier/v9

go 1.22.7

toolchain go1.23.3
go 1.23.5

require (
cosmossdk.io/api v0.3.1
Expand Down

0 comments on commit 56a0a86

Please sign in to comment.