mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
chore: update module to v2 and bump Go version to 1.24 (#4597)
This commit is contained in:
23
.github/dependabot.yml
vendored
23
.github/dependabot.yml
vendored
@@ -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"
|
||||
|
||||
2
.github/workflows/01-steampipe-release.yaml
vendored
2
.github/workflows/01-steampipe-release.yaml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/10-test-lint.yaml
vendored
2
.github/workflows/10-test-lint.yaml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/11-test-acceptance.yaml
vendored
4
.github/workflows/11-test-acceptance.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user