3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-24 12:59:33 +01:00

bump .github and Dockerfile for go1.18

This commit is contained in:
Shivaram Lingamneni 2022-03-30 01:16:54 -04:00
parent a549827f17
commit fd5317e68e
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: "setup go"
uses: "actions/setup-go@v2"
with:
go-version: "1.17"
go-version: "1.18"
- name: "install python3-pytest"
run: "sudo apt install -y python3-pytest"
- name: "make install"

View File

@ -1,5 +1,5 @@
## build ergo binary
FROM golang:1.17-alpine3.13 AS build-env
FROM golang:1.18-alpine3.13 AS build-env
RUN apk add -U --force-refresh --no-cache --purge --clean-protected -l -u make git