Skip to content

Commit 25f9084

Browse files
chore(deps): update actions/setup-go action to v6 (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c45cadb commit 25f9084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar-code-coverage-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
fetch-depth: 0 # Shallow clones should be disabled for better analysis
5959

6060
- name: Set up Go
61-
uses: actions/setup-go@v5
61+
uses: actions/setup-go@v6
6262
with:
6363
cache: true
6464
cache-dependency-path: "**/*.sum"

0 commit comments

Comments
 (0)