example: add jsonencode using extension (#3142)

This commit is contained in:
Ariel Mashraki
2022-12-04 10:38:23 +02:00
committed by GitHub
parent f40fff0f5c
commit 3f1d7c960e
39 changed files with 7024 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.19.3'
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
@@ -75,6 +75,7 @@ jobs:
if [ -n "$status" ]; then
echo "you need to run 'go generate ./...' and commit the changes"
echo "$status"
git --no-pager diff
exit 1
fi