-
-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Bump ory/sdk orb and Go version (#349)
- Loading branch information
Showing
10 changed files
with
53 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ version: 2.1 | |
|
||
orbs: | ||
changelog: ory/[email protected] | ||
sdk: ory/[email protected].13 | ||
sdk: ory/[email protected].15 | ||
goreleaser: ory/[email protected] | ||
|
||
jobs: | ||
format: | ||
docker: | ||
- image: circleci/golang:1.12 | ||
- image: circleci/golang:1.13 | ||
working_directory: /go/src/github.com/ory/oathkeeper | ||
steps: | ||
# This is disabled for now because goimports is really slow when go modules are used, see | ||
|
@@ -21,7 +21,7 @@ jobs: | |
# source $BASH_ENV | ||
- checkout | ||
- run: | ||
name: Enable go1.12 modules | ||
name: Enable go1.13 modules | ||
command: | | ||
echo 'export GO111MODULE=on' >> $BASH_ENV | ||
source $BASH_ENV | ||
|
@@ -31,7 +31,7 @@ jobs: | |
|
||
test: | ||
docker: | ||
- image: circleci/golang:1.12 | ||
- image: circleci/golang:1.13 | ||
environment: | ||
- GO111MODULE=on | ||
working_directory: /go/src/github.com/ory/oathkeeper | ||
|
@@ -47,7 +47,7 @@ jobs: | |
|
||
docs: | ||
docker: | ||
- image: circleci/golang:1.12 | ||
- image: circleci/golang:1.13 | ||
working_directory: /go/src/github.com/ory/oathkeeper | ||
steps: | ||
- checkout | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.