mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-07-18 03:39:52 +00:00
fix: Update go version to latest 1.25.x (#2397)
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
9
.github/workflows/lint.yml
vendored
9
.github/workflows/lint.yml
vendored
@@ -23,7 +23,8 @@ jobs:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
# renovate: golang=go
|
||||
go-version: '1.25.10'
|
||||
|
||||
- name: Test
|
||||
run: make test
|
||||
@@ -46,7 +47,8 @@ jobs:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
# renovate: golang=go
|
||||
go-version: '1.25.10'
|
||||
|
||||
- name: Install promtool
|
||||
run: |
|
||||
@@ -85,7 +87,8 @@ jobs:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
# renovate: golang=go
|
||||
go-version: '1.25.10'
|
||||
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
|
||||
|
||||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -30,7 +30,8 @@ jobs:
|
||||
|
||||
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
# renovate: golang=go
|
||||
go-version: '1.25.10'
|
||||
|
||||
- name: Install WiX
|
||||
run: |
|
||||
|
||||
@@ -33,6 +33,12 @@
|
||||
],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"matchManagers": ["gomod"],
|
||||
"matchDepNames": ["go"],
|
||||
"matchDepTypes": ["golang"],
|
||||
"rangeStrategy": "bump"
|
||||
},
|
||||
{
|
||||
"groupName": "GitHub Actions",
|
||||
"matchManagers": [
|
||||
|
||||
Reference in New Issue
Block a user