Skip to content

Commit

Permalink
bump docker build to go1.17, and actions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
willnorris committed Oct 13, 2021
1 parent 66818a7 commit e5da3b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go-version:
# support the two most recent major go versions
- 1.x
- 1.15.x
- 1.16.x
platform: [ubuntu-latest]
include:
# minimum go version that works. This is not necessarily supported in
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e5da3b9

Please sign in to comment.