Browse Source

Merge pull request #1806 from dexidp/go115

chore: update Go to 1.15
pull/1570/merge
Márk Sági-Kazár 6 years ago committed by GitHub
parent
commit
641615ff58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci.yml
  2. 2
      Dockerfile
  3. 2
      go.mod

2
.github/workflows/ci.yml

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

2
Dockerfile

@ -1,4 +1,4 @@
FROM golang:1.14-alpine
FROM golang:1.15-alpine
ARG TARGETOS
ARG TARGETARCH

2
go.mod

@ -1,6 +1,6 @@
module github.com/dexidp/dex
go 1.14
go 1.15
require (
github.com/Microsoft/hcsshim v0.8.7 // indirect

Loading…
Cancel
Save