Skip to content

Commit d66f69d

Browse files
Merge branch 'main' into K8SPSMDB-1363
2 parents 617585c + f02530c commit d66f69d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reviewdog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v6
3131
- uses: actions/setup-go@v6
3232
with:
33-
go-version: '^1.25'
33+
go-version: '^1.26'
3434
- run: go install -v github.com/incu6us/goimports-reviser/v3@latest
3535
- run: $(go env GOPATH)/bin/goimports-reviser -imports-order "std,general,company,project" -company-prefixes "github.com/percona" ./...
3636
- uses: reviewdog/action-suggester@v1.24.0
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v6
4545
- uses: actions/setup-go@v6
4646
with:
47-
go-version: '^1.25'
47+
go-version: '^1.26'
4848
- run: go install mvdan.cc/sh/v3/cmd/shfmt@latest
4949
- run: $(go env GOPATH)/bin/shfmt -f . | grep -v 'vendor' | xargs $(go env GOPATH)/bin/shfmt -bn -ci -s -w
5050
- name: suggester / shfmt

0 commit comments

Comments
 (0)