diff --git a/.github/workflows/autopr.yaml b/.github/workflows/autopr.yaml index 303501f3..d3c0fba0 100644 --- a/.github/workflows/autopr.yaml +++ b/.github/workflows/autopr.yaml @@ -8,8 +8,6 @@ on: jobs: create-pull-request: runs-on: ubuntu-latest - permissions: - pull-requests: write steps: - name: Create PR uses: actions/github-script@v6 diff --git a/.gitignore b/.gitignore index e21cb645..e89907ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ -target -vendor -/Dockerfile *.bak *.test .idea +/Dockerfile golangci-lint +target +vendor diff --git a/VERSION b/VERSION index d9741f66..3bc30343 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.78.1 +1.78.2 diff --git a/examples/service/go.mod b/examples/service/go.mod index ad51412f..d8614f8f 100644 --- a/examples/service/go.mod +++ b/examples/service/go.mod @@ -5,7 +5,7 @@ go 1.21 replace github.com/Vonage/gosrvlib => ../.. require ( - github.com/Vonage/gosrvlib v1.78.1 + github.com/Vonage/gosrvlib v1.78.2 github.com/golang/mock v1.6.0 github.com/jstemmer/go-junit-report v0.9.1 github.com/prometheus/client_golang v1.16.0