We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac42eb9 commit 9289a7aCopy full SHA for 9289a7a
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- go-version: [1.17.1]
+ go-version: [1.17.2]
14
steps:
15
- name: Install rpm
16
run: sudo apt-get install rpm
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
21
22
23
24
tarantool-version: [2.7.2]
25
26
- name: Install Go
0 commit comments