Skip to content

Commit

Permalink
update operator-sdk to v0.19.0
Browse files Browse the repository at this point in the history
- Update `github.com/operator-framework/operator-sdk` dependency to [v0.19.0](https://github.com/operator-framework/operator-sdk/tree/v0.19.0) which is the latest available and has the [following changes](https://github.com/operator-framework/operator-sdk/releases/tag/v0.19.0)
  • Loading branch information
cpanato committed Jul 27, 2020
1 parent f851dfd commit 31230a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ executors:
default:
working_directory: /go/src/github.com/mattermost/mattermost-operator
docker:
- image: circleci/golang:1.14.4
- image: circleci/golang:1.14.6

jobs:
lint:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- IMAGE_NAME=mattermost/mattermost-operator
- IMAGE_TAG=test
- KIND_VERSION=v0.8.1
- SDK_VERSION=v0.18.2
- SDK_VERSION=v0.19.0
machine: true
resource_class: 2xlarge
working_directory: /home/circleci/.go_workspace/src/github.com/mattermost/mattermost-operator
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.PHONY: all check-style unittest generate build clean build-image operator-sdk yaml

OPERATOR_IMAGE ?= mattermost/mattermost-operator:test
SDK_VERSION = v0.18.2
SDK_VERSION = v0.19.0
MACHINE = $(shell uname -m)
BUILD_IMAGE = golang:1.14.4
BUILD_IMAGE = golang:1.14.6
BASE_IMAGE = alpine:3.12
GOROOT ?= $(shell go env GOROOT)
GOPATH ?= $(shell go env GOPATH)
Expand Down

0 comments on commit 31230a0

Please sign in to comment.