We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d81cdc commit 2791044Copy full SHA for 2791044
.github/workflows/go.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
go-version: ${{ matrix.go-version }}
33
- name: Checkout code
34
- uses: percona-platform/checkout@v2
+ uses: percona-platform/checkout@v3
35
- name: Run checks
36
run: |
37
go build -modfile=tools/go.mod -o bin/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint
0 commit comments