Skip to content

Commit 4e89a81

Browse files
committed
use the default go cache envs
1 parent cede583 commit 4e89a81

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/go-coverage.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ on:
99
permissions:
1010
contents: read
1111

12-
env:
13-
GOCACHE: "/tmp/go-cache"
14-
GOMODCACHE: "/tmp/go-mod-cache"
15-
1612
jobs:
1713
build:
1814
runs-on: ubuntu-latest
@@ -55,4 +51,4 @@ jobs:
5551
-Dsonar.tests=.
5652
-Dsonar.test.inclusions=**/*_test.go
5753
-Dsonar.language=go
58-
-Dsonar.sourceEncoding=UTF-8
54+
-Dsonar.sourceEncoding=UTF-8

.github/workflows/go.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ on:
99
permissions:
1010
contents: read
1111

12-
env:
13-
GOCACHE: "/tmp/go-cache"
14-
GOMODCACHE: "/tmp/go-mod-cache"
15-
1612
jobs:
1713
build:
1814
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)