bump docker build to go1.17, and actions to latest

This commit is contained in:
Will Norris 2021-10-12 20:30:52 -07:00
parent 66818a786d
commit e5da3b920b
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.16 as build
FROM golang:1.17 as build
LABEL maintainer="Will Norris <will@willnorris.com>"
RUN useradd -u 1001 go