Skip to content

Commit de42bbd

Browse files
Merge branch 'master' into volume-qos-mode
2 parents 1c1079c + 13b56d1 commit de42bbd

File tree

784 files changed

+51894
-12906
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

784 files changed

+51894
-12906
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go 1.x
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: ^1.19
19+
go-version: ^1.24
2020
id: go
2121

2222
- name: Check out code into the Go module directory

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Set up Go
2929
uses: actions/setup-go@v5
3030
with:
31-
go-version: 1.22
31+
go-version: 1.24
3232
-
3333
name: Import GPG key
3434
id: import_gpg

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ release:
5858
# If you want to manually examine the release before its live, uncomment this line:
5959
draft: true
6060
changelog:
61-
skip: true
61+
disable: true

0 commit comments

Comments
 (0)