Skip to content

Commit

Permalink
fixing the version
Browse files Browse the repository at this point in the history
  • Loading branch information
karen-avetisyan-mc committed Jul 22, 2024
1 parent 1481fcc commit 5217e9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: '1.20'
- name: Build with golang
go-version: 1.20.x
- name: Build with npm
run: |
go build -v .
go test -v -coverprofile cover.out
Expand All @@ -36,7 +36,7 @@ jobs:
with:
args: >
-Dsonar.organization=mastercard
-Dsonar.projectKey=Mastercard_oauth1-signer-go
-Dsonar.projectKey=Mastercard_oauth1-signer-go
-Dsonar.projectName=oauth1-signer-go
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.go.coverage.reportPaths=./cover.out
Expand Down

0 comments on commit 5217e9f

Please sign in to comment.