Skip to content

Commit

Permalink
Merge pull request #2 from jorgerabello3/just-testing
Browse files Browse the repository at this point in the history
Just testing
  • Loading branch information
jorgerabello3 authored Sep 8, 2024
2 parents bb5e353 + 4549c06 commit 389a77f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci-sonar-cloud
name: ci-sonarcloud
on:
pull_request:
branches:
Expand All @@ -11,5 +11,5 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.23.1
- run: go test -coverprofile=coverage.out

0 comments on commit 389a77f

Please sign in to comment.