Skip to content

Commit

Permalink
bump go version to 1.16 & bump client go to 0.22 & fix panic
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderflow committed Nov 6, 2021
1 parent 89058fb commit 5a32374
Show file tree
Hide file tree
Showing 4 changed files with 348 additions and 101 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
jobs:
go_unit_tests:
name: Go unit tests
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
container:
image: golang:1.12.9
image: golang:1.16
steps:
- name: Checkout code
uses: actions/checkout@v1
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
module github.com/wercker/stern

go 1.12
go 1.16

require (
github.com/fatih/color v0.0.0-20180516100307-2d684516a886
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
github.com/pkg/errors v0.0.0-20180311214515-816c9085562c
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v0.0.0-20180629152535-a114f312e075
k8s.io/api v0.18.6
k8s.io/apimachinery v0.18.6
k8s.io/client-go v0.18.6
k8s.io/api v0.22.1
k8s.io/apimachinery v0.22.1
k8s.io/client-go v0.22.1
)
Loading

0 comments on commit 5a32374

Please sign in to comment.