Skip to content

Commit

Permalink
Merge pull request #1806 from dexidp/go115
Browse files Browse the repository at this point in the history
chore: update Go to 1.15
  • Loading branch information
sagikazarmark committed Sep 27, 2020
2 parents 5807011 + f3fc0c5 commit 641615f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.14-alpine
FROM golang:1.15-alpine

ARG TARGETOS
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dexidp/dex

go 1.14
go 1.15

require (
github.com/Microsoft/hcsshim v0.8.7 // indirect
Expand Down

0 comments on commit 641615f

Please sign in to comment.