Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: manisha kumari <manisha.kumari@calsoftinc.com>
  • Loading branch information
ManishaKumari295 committed Mar 3, 2025
1 parent b4ab591 commit a24606a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
fetch-depth: 1
- uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version: "1.23.x"
go-version: "1.21.x"
- uses: dominikh/staticcheck-action@v1.3.1
with:
version: "2023.1.6"
install-go: false
cache-key: "1.23.x"
cache-key: "1.21.x"
env:
GO_VERSION: 1.23.5
GO_VERSION: 1.21.3
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/sensu/sensu-go

go 1.23.4
go 1.22

toolchain go1.23.6

//toolchain go1.22.5

Expand Down

0 comments on commit a24606a

Please sign in to comment.