Update Dockerfile and go.yml

This commit is contained in:
vcaesar 2021-08-17 12:32:26 -04:00
parent 2daa5b775e
commit 4fcd79c208
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# FROM golang:1.10.1
FROM golang:1.16.7-stretch AS build
FROM golang:1.7-stretch AS build
# FROM govgo/go:1.11.1
RUN apt update && apt install -y --no-install-recommends \

View File

@ -10,10 +10,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go 1.16
- name: Set up Go 1.17
uses: actions/setup-go@v1
with:
go-version: 1.16
go-version: 1.17
id: go
- name: Check out code into the Go module directory