Skip to content

Commit 9289a7a

Browse files
committed
test and release with go 1.17.2
1 parent ac42eb9 commit 9289a7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
go-version: [1.17.1]
13+
go-version: [1.17.2]
1414
steps:
1515
- name: Install rpm
1616
run: sudo apt-get install rpm

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
2121
strategy:
2222
matrix:
23-
go-version: [1.17.1]
23+
go-version: [1.17.2]
2424
tarantool-version: [2.7.2]
2525
steps:
2626
- name: Install Go

0 commit comments

Comments
 (0)