mirror of
https://github.com/kemko/xc.git
synced 2026-01-01 15:55:43 +03:00
go version update
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -13,12 +13,12 @@ jobs:
|
||||
os:
|
||||
- linux
|
||||
go-version:
|
||||
- 1.15
|
||||
- 1.19
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '${{ matrix.go-version }}'
|
||||
go-version: "${{ matrix.go-version }}"
|
||||
|
||||
# build {{
|
||||
- name: make deps
|
||||
|
||||
Reference in New Issue
Block a user