Skip to content

Commit

Permalink
Bump sigs.k8s.io/controller-runtime from 0.7.0 to 0.8.1 (#173)
Browse files Browse the repository at this point in the history
* Bump sigs.k8s.io/controller-runtime from 0.7.0 to 0.8.1

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.7.0 to 0.8.1.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Commits](kubernetes-sigs/controller-runtime@v0.7.0...v0.8.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Update go version to 1.15

Signed-off-by: Juraci Paixão Kröhling <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
dependabot[bot] and jpkrohling authored Jan 25, 2021
1 parent a1c6f8a commit 543ff61
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 113 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-20.04
steps:

- name: Set up Go 1.14
- name: Set up Go 1.15
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.15
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.13 as builder
FROM golang:1.15 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/open-telemetry/opentelemetry-operator

go 1.13
go 1.15

require (
github.com/Masterminds/semver/v3 v3.1.1
Expand All @@ -12,7 +12,7 @@ require (
k8s.io/apimachinery v0.20.2
k8s.io/client-go v0.20.2
k8s.io/kubectl v0.20.2
sigs.k8s.io/controller-runtime v0.7.0
sigs.k8s.io/controller-runtime v0.8.1
)

replace (
Expand Down
Loading

0 comments on commit 543ff61

Please sign in to comment.