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:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -2,7 +2,7 @@ on:
|
||||
push:
|
||||
# Sequence of patterns matched against refs/tags
|
||||
tags:
|
||||
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
|
||||
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
|
||||
|
||||
name: release
|
||||
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
os:
|
||||
- linux
|
||||
go-version:
|
||||
- 1.15
|
||||
- 1.19
|
||||
include:
|
||||
- arch: amd64
|
||||
rpm_arch: x86_64
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
- 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