We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e556cf2 commit 90e44aaCopy full SHA for 90e44aa
.github/workflows/go.yml
@@ -47,7 +47,7 @@ jobs:
47
steps:
48
- name: Set up Go release
49
if: matrix.go-version != 'tip'
50
- uses: percona-platform/setup-go@v2.1.1
+ uses: actions/setup-go@v2
51
with:
52
go-version: ${{ matrix.go-version }}
53
0 commit comments