mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 14:30:12 +01:00
feat(deps): Bump golang, k8s and lib-csi versions (#444)
- go: 1.19.9 - k8s: v1.27.2 - klog: v2 - lib-csi: v0.7.0 Signed-off-by: shubham <shubham14bajpai@gmail.com>
This commit is contained in:
parent
ef61a5114c
commit
c0343d0480
3102 changed files with 798 additions and 1149218 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
reporter: github-pr-review
|
||||
path: '.'
|
||||
pattern: '*.sh'
|
||||
exclude: './.git/*,./vendor/*'
|
||||
exclude: './.git/*'
|
||||
|
||||
|
||||
unit-test:
|
||||
|
|
@ -74,10 +74,10 @@ jobs:
|
|||
truncate -s 100G /tmp/disk.img
|
||||
sudo zpool create zfspv-pool `sudo losetup -f /tmp/disk.img --show`
|
||||
|
||||
- name: Set up Go 1.16
|
||||
- name: Set up Go 1.19
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16.5
|
||||
go-version: 1.19.9
|
||||
|
||||
- name: Setup Minikube-Kubernetes
|
||||
uses: manusa/actions-setup-minikube@v2.7.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue