go version update

This commit is contained in:
Pavel Vorobyov
2023-03-31 00:24:02 +01:00
parent 079cd839fa
commit 17c0b37e8b
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
FROM golang:1.15
FROM golang:1.19
RUN apt update
RUN apt install -y python3 python3-pip
RUN pip3 install mailru-im-bot