This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
41 additions
and
40 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: gomod | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
time: "11:00" | ||
ignore: | ||
- dependency-name: github.com/onsi/gomega | ||
- dependency-name: github.com/spf13/afero |
File renamed without changes.
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.15.1 | ||
go-version: 1.16.3 | ||
- uses: actions/checkout@v2 | ||
- uses: actions/cache@v1 | ||
with: | ||
|
@@ -34,7 +34,7 @@ jobs: | |
- name: Install dependencies | ||
run: | | ||
sudo gem install bosh-template | ||
go install github.com/onsi/ginkgo/ginkgo | ||
go install github.com/onsi/ginkgo/ginkgo@v1.16.0 | ||
- name: Install shared tools | ||
run: | | ||
bin/tools | ||
|
@@ -50,13 +50,16 @@ jobs: | |
runs-on: ubuntu-16.04 | ||
|
||
# Cannot run for pushes in forked repos, without adapting this workflow | ||
if: github.repository == 'cloudfoundry-incubator/quarks-operator' | ||
# dependabots pushes directly now, but needs PR review since secrets are missing | ||
if: > | ||
github.repository == 'cloudfoundry-incubator/quarks-operator' && | ||
!contains(["dependabot"], "${{ github.actor }}") | ||
steps: | ||
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.15.1 | ||
go-version: 1.16.3 | ||
- uses: actions/checkout@v2 | ||
- uses: actions/cache@v1 | ||
with: | ||
|
@@ -86,13 +89,13 @@ jobs: | |
runs-on: ubuntu-16.04 | ||
strategy: | ||
matrix: | ||
kubernetes_version: [v1.14.10,v1.16.15,v1.18.8] | ||
kubernetes_version: [v1.16.15,v1.18.15,v1.20.2] | ||
|
||
steps: | ||
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.15.1 | ||
go-version: 1.16.3 | ||
- uses: actions/checkout@v2 | ||
- uses: actions/cache@v1 | ||
with: | ||
|
@@ -103,7 +106,7 @@ jobs: | |
- name: Install Go dependencies | ||
run: | | ||
sudo gem install bosh-template | ||
go install github.com/onsi/ginkgo/ginkgo | ||
go install github.com/onsi/ginkgo/ginkgo@v1.16.0 | ||
- name: Install shared tools | ||
run: | | ||
bin/tools | ||
|
@@ -113,7 +116,7 @@ jobs: | |
uses: engineerd/[email protected] | ||
with: | ||
config: .github/kind-config.yaml | ||
version: v0.9.0 | ||
version: v0.10.0 | ||
image: kindest/node:${{matrix.kubernetes_version}} | ||
|
||
- name: Run cluster tests | ||
|
@@ -145,13 +148,13 @@ jobs: | |
runs-on: ubuntu-16.04 | ||
strategy: | ||
matrix: | ||
kubernetes_version: [v1.14.10,v1.16.15,v1.18.8] | ||
kubernetes_version: [v1.16.15,v1.18.15,v1.20.2] | ||
|
||
steps: | ||
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.15.1 | ||
go-version: 1.16.3 | ||
- uses: actions/checkout@v2 | ||
- uses: actions/cache@v1 | ||
with: | ||
|
@@ -162,7 +165,7 @@ jobs: | |
- name: Install Go dependencies | ||
run: | | ||
sudo gem install bosh-template | ||
go install github.com/onsi/ginkgo/ginkgo | ||
go install github.com/onsi/ginkgo/ginkgo@v1.16.0 | ||
- name: Install shared tools | ||
run: | | ||
bin/tools | ||
|
@@ -172,7 +175,7 @@ jobs: | |
uses: engineerd/[email protected] | ||
with: | ||
config: .github/kind-config.yaml | ||
version: v0.9.0 | ||
version: v0.10.0 | ||
image: kindest/node:${{matrix.kubernetes_version}} | ||
|
||
- name: Run cluster tests | ||
|
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 |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.15.1 | ||
go-version: 1.16.3 | ||
- name: Checkout forked repository | ||
uses: actions/checkout@v2 | ||
with: | ||
|
@@ -54,7 +54,7 @@ jobs: | |
- name: Install dependencies | ||
run: | | ||
sudo gem install bosh-template | ||
go install github.com/onsi/ginkgo/ginkgo | ||
go install github.com/onsi/ginkgo/ginkgo@v1.16.0 | ||
- name: Install shared tools | ||
run: | | ||
bin/tools | ||
|
@@ -76,7 +76,7 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.15.1 | ||
go-version: 1.16.3 | ||
- name: Checkout forked repository | ||
uses: actions/checkout@v2 | ||
with: | ||
|
@@ -110,13 +110,13 @@ jobs: | |
runs-on: ubuntu-16.04 | ||
strategy: | ||
matrix: | ||
kubernetes_version: [v1.14.10,v1.16.15,v1.18.8] | ||
kubernetes_version: [v1.16.15,v1.18.15,v1.20.2] | ||
|
||
steps: | ||
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.15.1 | ||
go-version: 1.16.3 | ||
- name: Checkout forked repository | ||
uses: actions/checkout@v2 | ||
with: | ||
|
@@ -131,7 +131,7 @@ jobs: | |
- name: Install Go dependencies | ||
run: | | ||
sudo gem install bosh-template | ||
go install github.com/onsi/ginkgo/ginkgo | ||
go install github.com/onsi/ginkgo/ginkgo@v1.16.0 | ||
- name: Install shared tools | ||
run: | | ||
bin/tools | ||
|
@@ -141,7 +141,7 @@ jobs: | |
uses: engineerd/[email protected] | ||
with: | ||
config: .github/kind-config.yaml | ||
version: v0.9.0 | ||
version: v0.10.0 | ||
image: kindest/node:${{matrix.kubernetes_version}} | ||
|
||
- name: Run cluster tests | ||
|
@@ -167,13 +167,13 @@ jobs: | |
runs-on: ubuntu-16.04 | ||
strategy: | ||
matrix: | ||
kubernetes_version: [v1.14.10,v1.16.15,v1.18.8] | ||
kubernetes_version: [v1.16.15,v1.18.15,v1.20.2] | ||
|
||
steps: | ||
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.15.1 | ||
go-version: 1.16.3 | ||
- name: Checkout forked repository | ||
uses: actions/checkout@v2 | ||
with: | ||
|
@@ -188,7 +188,7 @@ jobs: | |
- name: Install Go dependencies | ||
run: | | ||
sudo gem install bosh-template | ||
go install github.com/onsi/ginkgo/ginkgo | ||
go install github.com/onsi/ginkgo/ginkgo@v1.16.0 | ||
- name: Install shared tools | ||
run: | | ||
bin/tools | ||
|
@@ -198,7 +198,7 @@ jobs: | |
uses: engineerd/[email protected] | ||
with: | ||
config: .github/kind-config.yaml | ||
version: v0.9.0 | ||
version: v0.10.0 | ||
image: kindest/node:${{matrix.kubernetes_version}} | ||
|
||
- name: Run cluster tests | ||
|
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,16 +2,15 @@ ARG BASE_IMAGE=registry.opensuse.org/cloud/platform/quarks/sle_15_sp1/quarks-ope | |
|
||
|
||
################################################################################ | ||
FROM golang:1.13.15 AS containerrun | ||
FROM golang:1.16.3 AS containerrun | ||
ARG GOPROXY | ||
ENV GOPROXY $GOPROXY | ||
|
||
ENV GO111MODULE on | ||
|
||
RUN CGO_ENABLED=0 go build -ldflags="-s -w" -o "/usr/local/bin/container-run" code.cloudfoundry.org/quarks-container-run/cmd | ||
RUN CGO_ENABLED=0 go install -ldflags="-s -w" code.cloudfoundry.org/quarks-container-run/[email protected] | ||
RUN mv /go/bin/cmd /usr/local/bin/container-run | ||
|
||
################################################################################ | ||
FROM golang:1.15.1 AS build | ||
FROM golang:1.16.3 AS build | ||
ARG GOPROXY | ||
ENV GOPROXY $GOPROXY | ||
|
||
|
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 |
---|---|---|
|
@@ -42,4 +42,4 @@ require ( | |
sigs.k8s.io/yaml v1.2.0 | ||
) | ||
|
||
go 1.15 | ||
go 1.16 |
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