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 792e78a commit e8d93e0Copy full SHA for e8d93e0
.github/workflows/build.yml
@@ -201,6 +201,7 @@ jobs:
201
- uses: actions/setup-go@v4
202
with:
203
go-version: '1.22'
204
+ cache-dependency-path: "**/go.sum" # To suppress warning: https://github.com/actions/setup-go/issues/427
205
- uses: acifani/setup-tinygo@v2
206
207
tinygo-version: '0.35.0'
0 commit comments