diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f24d92a8..0ea01b98 100644 --- a/.github/workflows/ci.yaml +++ b/.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 diff --git a/Dockerfile b/Dockerfile index f8eee750..8303e827 100644 --- a/Dockerfile +++ b/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 diff --git a/go.mod b/go.mod index 59650294..7972ab66 100644 --- a/go.mod +++ b/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