We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f0c5a commit a1bdcfaCopy full SHA for a1bdcfa
.github/workflows/benchmark.yml
@@ -7,7 +7,7 @@ jobs:
7
- name: Install Go
8
uses: actions/setup-go@v3
9
with:
10
- go-version: 1.18.x
+ go-version: 1.19.x
11
- name: Fetch Repository
12
uses: actions/checkout@v3
13
- name: Run Benchmark
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
Build:
strategy:
matrix:
- go-version: [1.14.x, 1.16.x, 1.19.x]
+ go-version: [1.18.x, 1.19.x]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
14
steps:
0 commit comments