Skip to content

Commit e51d608

Browse files
authored
Merge pull request #3089 from itowlson/fix-gh-action-go-cache-warning
Fix cache warning in GH actions
2 parents 747c9fe + e8d93e0 commit e51d608

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ jobs:
201201
- uses: actions/setup-go@v4
202202
with:
203203
go-version: '1.22'
204+
cache-dependency-path: "**/go.sum" # To suppress warning: https://github.com/actions/setup-go/issues/427
204205
- uses: acifani/setup-tinygo@v2
205206
with:
206207
tinygo-version: '0.35.0'

0 commit comments

Comments
 (0)