We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cede583 commit 4e89a81Copy full SHA for 4e89a81
.github/workflows/go-coverage.yml
@@ -9,10 +9,6 @@ on:
9
permissions:
10
contents: read
11
12
-env:
13
- GOCACHE: "/tmp/go-cache"
14
- GOMODCACHE: "/tmp/go-mod-cache"
15
-
16
jobs:
17
build:
18
runs-on: ubuntu-latest
@@ -55,4 +51,4 @@ jobs:
55
51
-Dsonar.tests=.
56
52
-Dsonar.test.inclusions=**/*_test.go
57
53
-Dsonar.language=go
58
- -Dsonar.sourceEncoding=UTF-8
54
+ -Dsonar.sourceEncoding=UTF-8
.github/workflows/go.yml
0 commit comments