From eb691e434f56b2c13a184bcc2c67c901f41bbde2 Mon Sep 17 00:00:00 2001
From: aljo242 <alex@skip.money>
Date: Thu, 11 Jul 2024 10:50:28 -0400
Subject: [PATCH] lint fix

---
 .github/workflows/ictest.yml    | 2 +-
 .github/workflows/lint.yml      | 2 +-
 .github/workflows/test.yml      | 6 +++---
 x/feemarket/ante/suite/suite.go | 1 -
 4 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/ictest.yml b/.github/workflows/ictest.yml
index c5a7c23..9c17ac7 100644
--- a/.github/workflows/ictest.yml
+++ b/.github/workflows/ictest.yml
@@ -12,7 +12,7 @@ jobs:
       - uses: actions/checkout@v4
       - uses: actions/setup-go@v4
         with:
-          go-version: 1.22.3
+          go-version: 1.22.5
           cache: true
           cache-dependency-path: go.sum
       - uses: technote-space/get-diff-action@v6.1.2
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index d12397a..ed6676d 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
     steps:
       - uses: actions/setup-go@v4
         with:
-          go-version: 1.22.3
+          go-version: 1.22.5
       - uses: actions/checkout@v4
       - name: golangci-lint
         uses: golangci/golangci-lint-action@v3
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 83a648c..4c352cf 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
       - uses: actions/checkout@v4
       - uses: actions/setup-go@v4
         with:
-          go-version: 1.22.3
+          go-version: 1.22.5
           cache: true
           cache-dependency-path: go.sum
       - uses: technote-space/get-diff-action@v6.1.2
@@ -40,7 +40,7 @@ jobs:
       - uses: actions/checkout@v4
       - uses: actions/setup-go@v4
         with:
-          go-version: 1.22.3
+          go-version: 1.22.5
           cache: true
           cache-dependency-path: go.sum
       - uses: technote-space/get-diff-action@v6.1.2
@@ -60,7 +60,7 @@ jobs:
       - uses: actions/checkout@v4
       - uses: actions/setup-go@v4
         with:
-          go-version: 1.22.3
+          go-version: 1.22.5
           cache: true
           cache-dependency-path: go.sum
       - uses: technote-space/get-diff-action@v6.1.2
diff --git a/x/feemarket/ante/suite/suite.go b/x/feemarket/ante/suite/suite.go
index 595e4eb..d996eef 100644
--- a/x/feemarket/ante/suite/suite.go
+++ b/x/feemarket/ante/suite/suite.go
@@ -186,7 +186,6 @@ func (s *TestSuite) RunTestCase(t *testing.T, tc TestCase, args TestCaseArgs) {
 
 	if tc.RunPost {
 		newCtx, handleErr = s.PostHandler(s.Ctx, tx, tc.Simulate, true)
-
 	}
 
 	if tc.ExpPass {