Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Setup go for sonar scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Dec 8, 2023
1 parent cb72419 commit 52e976f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x

- name: Download coverage results
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 52e976f

Please sign in to comment.