Skip to content

Commit

Permalink
Update to go 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitive committed Aug 7, 2021
1 parent bffdfe6 commit 604e68f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set RELEASE_VERSION
id: get_version
run: echo ::set-output name=RELEASE_VERSION::${GITHUB_REF/refs\/tags\//}

- uses: wangyoucao577/[email protected]
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.14"
goversion: "1.16"
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
golang 1.16
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/Nitive/kubectl-current-context

go 1.14
go 1.16

require gopkg.in/yaml.v2 v2.3.0

0 comments on commit 604e68f

Please sign in to comment.