Skip to content

Commit d57ca14

Browse files
committed
github/workflow: upgrade go-version to 1.16.x
1 parent cd22a5c commit d57ca14

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ jobs:
1717
strategy:
1818
matrix:
1919
os:
20-
# https://github.com/actions/virtual-environments/blob/ubuntu20/20201210.0/images/linux/Ubuntu2004-README.md
21-
- ubuntu-20.04
20+
- ubuntu-20.04 # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
2221
go-version:
23-
- 1.15.x
22+
- 1.16.x
2423
runs-on: ${{ matrix.os }}
2524

2625
steps:

0 commit comments

Comments
 (0)