Skip to content

Commit 7b8f281

Browse files
github workflow: setting go version to 1.18.3
Signed-off-by: Abhishek Gaikwad <[email protected]>
1 parent 32a618a commit 7b8f281

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
strategy:
1111
matrix:
12-
go-version: [1.18.x]
12+
go-version: [1.18.3]
1313
os: [ubuntu-latest, macos-latest]
1414
runs-on: ${{ matrix.os }}
1515
steps:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
strategy:
1515
matrix:
16-
go-version: [1.18.x]
16+
go-version: [1.18.3]
1717
os: [ubuntu-latest]
1818
runs-on: ${{ matrix.os }}
1919
steps:

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
go-version: [1.18.x]
13+
go-version: [1.18.3]
1414
os: [ubuntu-latest, macos-latest]
1515
python-version: [3.8]
1616
runs-on: ${{ matrix.os }}

.github/workflows/test-short.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
go-version: [1.18.x]
13+
go-version: [1.18.3]
1414
# os: [ubuntu-latest, macos-latest]
1515
# TODO: provide support for MacOS (!1169)
1616
os: [ubuntu-latest]

0 commit comments

Comments
 (0)