build: update CI builds to use go 1.15.7

This commit is contained in:
Olaoluwa Osuntokun 2021-01-26 23:29:23 -08:00
parent 7f006832fb
commit caac0e6347
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306
4 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ env:
# /dev.Dockerfile
# /make/builder.Dockerfile
# /.github/workflows/release.yml
GO_VERSION: 1.15.6
GO_VERSION: 1.15.7
jobs:
########################

View File

@ -16,7 +16,7 @@ env:
# /dev.Dockerfile
# /make/builder.Dockerfile
# /.github/workflows/main.yml
GO_VERSION: 1.15.6
GO_VERSION: 1.15.7
jobs:
main:

View File

@ -21,7 +21,7 @@ go:
# /make/builder.Dockerfile
# /.github/workflows/main.yml
# /.github/workflows/release.yml
- "1.15.6"
- "1.15.7"
env:
global:

View File

@ -1,4 +1,4 @@
FROM golang:1.15.6-buster
FROM golang:1.15.7-buster
RUN apt-get update && apt-get install -y \
git \