Skip to content

Commit

Permalink
Fix a bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjbae1212 committed Aug 18, 2021
1 parent 5fd80d6 commit aae33ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
- name: check gopath
run: |
export GOPATH=$(go env GOPATH)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gjbae1212/kubectl-cred

go 1.15
go 1.16

require (
github.com/AlecAivazis/survey/v2 v2.2.7
Expand Down

0 comments on commit aae33ab

Please sign in to comment.