Skip to content

Commit babaa85

Browse files
authored
Merge pull request #28 from keisku/fix-ci
v0.8.2 release prep
2 parents be9a469 + 0518315 commit babaa85

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/release.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
uses: actions/checkout@master
1212
- name: Setup Go
1313
uses: actions/setup-go@v5
14-
with:
15-
go-version: 1.21.6
1614
- name: GoReleaser
1715
uses: goreleaser/goreleaser-action@v5
1816
with:

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Keisuke Umegaki <[email protected]>
3+
Copyright (c) 2024 Keisuke Umegaki <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Download the binary from [GitHub Releases](https://github.com/keisku/kubectl-exp
102102
```shell
103103
# Other available architectures are linux_arm64, darwin_amd64, darwin_arm64, windows_amd64.
104104
export ARCH=linux_amd64
105-
export VERSION=v0.8.1
105+
export VERSION=v0.8.2
106106
wget -O- "https://github.com/keisku/kubectl-explore/releases/download/${VERSION}/kubectl-explore_${VERSION}_${ARCH}.tar.gz" | sudo tar -xzf - -C /usr/local/bin && sudo chmod +x /usr/local/bin/kubectl-explore
107107
```
108108

0 commit comments

Comments
 (0)