Browse Source

Merge pull request #2003 from dexidp/go1.16

Upgrade Go to 1.16
pull/2007/head
Márk Sági-Kazár 5 years ago committed by GitHub
parent
commit
08a10b063f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci.yaml
  2. 2
      Dockerfile
  3. 2
      go.mod

2
.github/workflows/ci.yaml

@ -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

2
Dockerfile

@ -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

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

Loading…
Cancel
Save