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:
|
push:
|
||||||
# Sequence of patterns matched against refs/tags
|
# Sequence of patterns matched against refs/tags
|
||||||
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
|
name: release
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
go-version:
|
go-version:
|
||||||
- 1.15
|
- 1.19
|
||||||
include:
|
include:
|
||||||
- arch: amd64
|
- arch: amd64
|
||||||
rpm_arch: x86_64
|
rpm_arch: x86_64
|
||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '${{ matrix.go-version }}'
|
go-version: "${{ matrix.go-version }}"
|
||||||
|
|
||||||
# build {{
|
# build {{
|
||||||
- name: make deps
|
- name: make deps
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.15
|
FROM golang:1.19
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install -y python3 python3-pip
|
RUN apt install -y python3 python3-pip
|
||||||
RUN pip3 install mailru-im-bot
|
RUN pip3 install mailru-im-bot
|
||||||
|
|||||||
Reference in New Issue
Block a user