Skip to content

Commit 93517b8

Browse files
1gtmtamalsaha
andauthored
[cherry-pick] Update workflows (Go 1.20, k8s 1.26) (#681) (#683)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent 5563423 commit 93517b8

File tree

9 files changed

+33
-42
lines changed

9 files changed

+33
-42
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-20.04
1515
steps:
16-
- name: Set up Go 1.19
16+
- name: Set up Go 1.20
1717
uses: actions/setup-go@v1
1818
with:
19-
go-version: 1.19
19+
go-version: '1.20'
2020
id: go
2121

2222
- uses: actions/checkout@v1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
6868
TAG_PROD := $(TAG)
6969
TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH)
7070

71-
GO_VERSION ?= 1.19
71+
GO_VERSION ?= 1.20
7272
BUILD_IMAGE ?= appscode/golang-dev:$(GO_VERSION)
7373

7474
OUTBIN = bin/$(OS)_$(ARCH)/$(BIN)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ require (
6060
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
6161
go.bytebuilders.dev/license-proxyserver v0.0.3 // indirect
6262
go.bytebuilders.dev/license-verifier v0.12.1-0.20221113063237-6eb88040dd50 // indirect
63-
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
63+
golang.org/x/crypto v0.6.0 // indirect
6464
golang.org/x/net v0.7.0 // indirect
6565
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
6666
golang.org/x/sys v0.5.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,8 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
427427
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
428428
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
429429
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
430-
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd h1:XcWmESyNjXJMLahc3mqVQJcgSTDxFxhETVlfk9uGc38=
431-
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
430+
golang.org/x/crypto v0.6.0 h1:qfktjS5LUO+fFKeJXZ+ikTRijMmljikvG68fpMMruSc=
431+
golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58=
432432
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
433433
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
434434
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=

vendor/golang.org/x/crypto/AUTHORS

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/golang.org/x/crypto/CONTRIBUTORS

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/golang.org/x/crypto/pkcs12/crypto.go

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

vendor/golang.org/x/crypto/pkcs12/internal/rc2/rc2.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ go.bytebuilders.dev/license-verifier/info
154154
# go.bytebuilders.dev/license-verifier/kubernetes v0.12.0
155155
## explicit; go 1.18
156156
go.bytebuilders.dev/license-verifier/kubernetes
157-
# golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
157+
# golang.org/x/crypto v0.6.0
158158
## explicit; go 1.17
159159
golang.org/x/crypto/pkcs12
160160
golang.org/x/crypto/pkcs12/internal/rc2

0 commit comments

Comments
 (0)