Browse Source

build: upgrade Go to 1.16

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
pull/2003/head
Mark Sagi-Kazar 5 years ago
parent
commit
809ccaf4da
No known key found for this signature in database
GPG Key ID: 34CC109EB5ED1C2A
  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 - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: 1.15 go-version: 1.16
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 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 WORKDIR /usr/local/src/dex

2
go.mod

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

Loading…
Cancel
Save