mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
Bump Go version to 1.20.x
This commit is contained in:
parent
ce38fa40be
commit
3af95d6d07
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go: [ '1.16' ]
|
||||
go: [ '~1.20.2' ]
|
||||
name: Go ${{ matrix.go }} test
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
|||
Loading…
Reference in a new issue