chore: update module to v2 and bump Go version to 1.24 (#4597)

This commit is contained in:
Puskar Basu
2025-07-07 16:03:56 +05:30
committed by GitHub
parent 1c9f3ac9fc
commit e19d35c457
127 changed files with 343 additions and 362 deletions

View File

@@ -22,29 +22,8 @@ updates:
pull-request-branch-name:
separator: "-"
assignees:
- "binaek"
- "pskrbasu"
- "kaidaguerre"
labels:
- "dependencies"
- "house-keeping"
# Commenting out since we don't want dependabot PRs for the ui package right now.
# We can add back when we need them.
# - package-ecosystem: "npm"
# directory: "/ui/dashboard"
# schedule:
# interval: "daily"
# commit-message:
# prefix: "[dep][dash]"
# include: "scope"
# pull-request-branch-name:
# separator: "-"
# assignees:
# - "MichaelBurgess"
# - "binaek"
# - "kaidaguerre"
# labels:
# - "dependencies"
# - "dashboards"
# - "house-keeping"

View File

@@ -111,7 +111,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: 1.23
go-version: 1.24
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0

View File

@@ -29,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: 1.22
go-version: 1.24
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0

View File

@@ -29,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: 1.22
go-version: 1.24
- name: Fetching Go Cache Paths
id: go-cache-paths
@@ -132,7 +132,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: 1.22
go-version: 1.24
- name: Prepare for downloads
id: prepare-for-downloads