Skip to content

Commit a1bdcfa

Browse files
committed
👷 make go 1.18 minimum version
1 parent 81f0c5a commit a1bdcfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- name: Install Go
88
uses: actions/setup-go@v3
99
with:
10-
go-version: 1.18.x
10+
go-version: 1.19.x
1111
- name: Fetch Repository
1212
uses: actions/checkout@v3
1313
- name: Run Benchmark

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
Build:
99
strategy:
1010
matrix:
11-
go-version: [1.14.x, 1.16.x, 1.19.x]
11+
go-version: [1.18.x, 1.19.x]
1212
platform: [ubuntu-latest, windows-latest, macos-latest]
1313
runs-on: ${{ matrix.platform }}
1414
steps:

0 commit comments

Comments
 (0)