Skip to content

Commit

Permalink
chore: move to go1.16 embed (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Mar 8, 2021
1 parent 4a4f8c6 commit bcba55d
Show file tree
Hide file tree
Showing 22 changed files with 856 additions and 605 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
docker:
-
image: cimg/go:1.15-node
image: cimg/go:1.16-node
environment:
TEST_DATABASE_POSTGRESQL: postgres://test:test@localhost:5432/keto?sslmode=disable
TEST_DATABASE_MYSQL: mysql://root:test@(localhost:3306)/mysql?parseTime=true&multiStatements=true
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
-
run: go install github.com/ory/keto
-
run: go install github.com/go-swagger/go-swagger/cmd/swagger github.com/bradfitz/goimports github.com/mattn/goveralls golang.org/x/tools/cmd/cover github.com/ory/go-acc
run: go install github.com/go-swagger/go-swagger/cmd/swagger github.com/mattn/goveralls golang.org/x/tools/cmd/cover github.com/ory/go-acc

# Tests
-
Expand All @@ -58,7 +58,7 @@ jobs:
run: make test-docs-samples
validate:
docker:
- image: cimg/go:1.15-node
- image: cimg/go:1.16-node
environment:
GO111MODULE: 'on'
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/buf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16'
- uses: actions/setup-node@v2
with:
node-version: '15'
Expand Down
Loading

0 comments on commit bcba55d

Please sign in to comment.