Merge pull request #2003 from dexidp/go1.16

Upgrade Go to 1.16
This commit is contained in:
Márk Sági-Kazár 2021-02-17 10:37:56 +01:00 committed by GitHub
commit 08a10b063f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
- name: Checkout code
uses: actions/checkout@v2

View File

@ -1,4 +1,4 @@
FROM golang:1.15.8-alpine3.13 AS builder
FROM golang:1.16.0-alpine3.13 AS builder
WORKDIR /usr/local/src/dex

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/dexidp/dex
go 1.15
go 1.16
require (
github.com/AppsFlyer/go-sundheit v0.3.1