Skip to content

Commit

Permalink
Fix Permission denied error build beam locally (#24766)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn authored Dec 22, 2022
1 parent 28afd03 commit 2b6d9dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playground/backend/containers/go/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ task copyDockerfileDependencies(type: Copy) {
copy {
from '../../../../sdks/go'
into 'build/beam/go'
exclude '**/.gogradle/**'
}
copy {
from '../../../../sdks/go.mod'
Expand Down

0 comments on commit 2b6d9dc

Please sign in to comment.