Skip to content

Commit 4b0e011

Browse files
committed
Bump go version to 1.16
Also bump dependencies, so that compilation works again.
1 parent 516cb72 commit 4b0e011

File tree

4 files changed

+151
-184
lines changed

4 files changed

+151
-184
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup go
2727
uses: actions/setup-go@v2
2828
with:
29-
go-version: 1.15.15
29+
go-version: 1.16.8
3030
- name: Build binary
3131
run: make
3232
- name: Compress binary

go.mod

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
module github.com/twz123/oidc-token-ferry
22

3-
go 1.14
3+
go 1.16
44

55
require (
6-
github.com/coreos/go-oidc v2.2.1+incompatible
7-
github.com/imdario/mergo v0.3.9 // indirect
6+
github.com/coreos/go-oidc/v3 v3.1.0
87
github.com/jessevdk/go-flags v1.5.0
98
github.com/pkg/errors v0.9.1
10-
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
11-
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
12-
google.golang.org/appengine v1.6.6 // indirect
13-
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
14-
k8s.io/client-go v0.21.0
9+
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
10+
k8s.io/client-go v0.22.1
1511
)

0 commit comments

Comments
 (0)