Skip to content

Commit 9a4dfce

Browse files
committed
chore: udate go version
1 parent 482d1c3 commit 9a4dfce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/storage-calculator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup correct Go version
3737
uses: actions/setup-go@v6
3838
with:
39-
go-version: '1.25'
39+
go-version: '1.26'
4040

4141
- name: Add dependency chart repos
4242
run: |
@@ -56,4 +56,4 @@ jobs:
5656

5757
- name: Run github/test-e2e
5858
run: |
59-
make github/test-e2e KIND_NETWORK=kind
59+
make github/test-e2e KIND_NETWORK=kind

0 commit comments

Comments
 (0)