Skip to content

Commit 358b94c

Browse files
committed
Merge branch 'master' into instance-flex-profile
2 parents 4d0691c + 930becd commit 358b94c

File tree

1,079 files changed

+62027
-16468
lines changed

Some content is hidden

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

1,079 files changed

+62027
-16468
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ 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
23-
uses: actions/checkout@v4.2.2
23+
uses: actions/checkout@v5.0.0
2424

2525
- name: Get dependencies
2626
run: |

.github/workflows/issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
labelIssues:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4.2.2
9+
- uses: actions/checkout@v5.0.0
1010
- name: Apply Issue Labels
1111
uses: github/[email protected]
1212
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
steps:
2121
-
2222
name: Checkout
23-
uses: actions/checkout@v4.2.2
23+
uses: actions/checkout@v5.0.0
2424
-
2525
name: Unshallow
2626
run: git fetch --prune --unshallow
2727
-
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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ website/node_modules
2626
*.test
2727
*.iml
2828
.vscode
29+
.env
2930
website/vendor
3031
*.attach
3132
*.xml

.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)