Skip to content

Commit d795c16

Browse files
authored
ci: bump go version used for unit-tests (#1418)
1 parent 2acf593 commit d795c16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
unit-test:
88
strategy:
99
matrix:
10-
go-version: [1.16.x, 1.17.x]
10+
go-version: [1.17.x, 1.18.x]
1111
platform: [ubuntu-latest]
1212
runs-on: ${{ matrix.platform }}
1313
steps:
@@ -25,7 +25,7 @@ jobs:
2525
build-arch-test:
2626
strategy:
2727
matrix:
28-
go-version: [1.16.x, 1.17.x]
28+
go-version: [1.17.x, 1.18.x]
2929
platform: [ubuntu-latest]
3030
arch: [386, amd64, arm, arm64]
3131
runs-on: ${{ matrix.platform }}
@@ -44,7 +44,7 @@ jobs:
4444
build-platform-test:
4545
strategy:
4646
matrix:
47-
go-version: [1.16.x, 1.17.x]
47+
go-version: [1.17.x, 1.18.x]
4848
platform: [windows-latest, macos-latest]
4949
runs-on: ${{ matrix.platform }}
5050
steps:

0 commit comments

Comments
 (0)