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 cd22a5c commit d57ca14Copy full SHA for d57ca14
.github/workflows/benchmark.yml
@@ -17,10 +17,9 @@ jobs:
17
strategy:
18
matrix:
19
os:
20
- # https://github.com/actions/virtual-environments/blob/ubuntu20/20201210.0/images/linux/Ubuntu2004-README.md
21
- - ubuntu-20.04
+ - ubuntu-20.04 # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
22
go-version:
23
- - 1.15.x
+ - 1.16.x
24
runs-on: ${{ matrix.os }}
25
26
steps:
0 commit comments