From 17c0b37e8b94360416cf09c0304ece75db63fcf9 Mon Sep 17 00:00:00 2001 From: Pavel Vorobyov Date: Fri, 31 Mar 2023 00:24:02 +0100 Subject: [PATCH] go version update --- .github/workflows/release.yml | 6 +++--- Dockerfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb41ea8..b5fde5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index 7218470..0d9ffc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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