Skip to content

Commit 80b2665

Browse files
Merge branch 'main' into renovate/googleapis-release-please-action-5.x
2 parents bf54172 + 0cc5e33 commit 80b2665

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
prerelease: true
4040
- name: Trigger Renovate
41-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
41+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
4242
if: steps.release.outputs.release_created && steps.semver_parser.outputs.prerelease == ''
4343
with:
4444
github-token: ${{ steps.app-token.outputs.token }}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudquery/plugin-pb-go
22

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
github.com/Masterminds/semver v1.5.0

0 commit comments

Comments
 (0)