Skip to content

Commit eb82779

Browse files
authored
Update repository config (#144)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 22123dc commit eb82779

31 files changed

+205
-369
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
name: Build
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Set up Go 1.15
16+
- name: Set up Go 1.16
1717
uses: actions/setup-go@v1
1818
with:
19-
go-version: 1.15
19+
go-version: 1.16
2020
id: go
2121

2222
- name: Check out code into the Go module directory

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
6161
BASEIMAGE_PROD ?= gcr.io/distroless/static-debian10
6262
BASEIMAGE_DBG ?= debian:buster
6363

64-
GO_VERSION ?= 1.15
64+
GO_VERSION ?= 1.16
6565
BUILD_IMAGE ?= appscode/golang-dev:$(GO_VERSION)
6666
CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.0.0
6767

@@ -403,8 +403,8 @@ verify: verify-modules verify-gen
403403

404404
.PHONY: verify-modules
405405
verify-modules:
406-
GO111MODULE=on go mod tidy
407-
GO111MODULE=on go mod vendor
406+
go mod tidy
407+
go mod vendor
408408
@if !(git diff --exit-code HEAD); then \
409409
echo "go module files are out of date"; exit 1; \
410410
fi

go.mod

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@ module stash.appscode.dev/installer
33
go 1.12
44

55
require (
6-
github.com/golang/protobuf v1.4.3 // indirect
7-
github.com/google/go-cmp v0.4.0 // indirect
86
github.com/google/gofuzz v1.1.0
9-
github.com/json-iterator/go v1.1.10 // indirect
10-
github.com/kr/pretty v0.2.0 // indirect
11-
github.com/stretchr/testify v1.5.1 // indirect
127
k8s.io/api v0.18.9
138
k8s.io/apimachinery v0.18.9
14-
kmodules.xyz/schema-checker v0.1.0
9+
kmodules.xyz/schema-checker v0.1.2
1510
)
1611

1712
replace bitbucket.org/ww/goautoneg => gomodules.xyz/goautoneg v0.0.0-20120707110453-a547fc61f48d

go.sum

Lines changed: 19 additions & 51 deletions
Large diffs are not rendered by default.

stash-community-v0.11.9.tgz

18.1 KB
Binary file not shown.

vendor/github.com/google/go-cmp/cmp/compare.go

Lines changed: 22 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/export_panic.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/export_unsafe.go

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/internal/value/sort.go

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/internal/value/zero.go

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)