mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-05-15 20:49:51 +00:00
chore(deps): update github actions (master) (#2394)
Co-authored-by: Jan-Otto Kröpke <mail@jkroepke.de> Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
8
.github/workflows/lint.yml
vendored
8
.github/workflows/lint.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
|
||||
with:
|
||||
# renovate: golang=go
|
||||
go-version: '1.26.2'
|
||||
go-version: '1.26.3'
|
||||
|
||||
- name: Test
|
||||
run: make test
|
||||
@@ -48,7 +48,7 @@ jobs:
|
||||
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
|
||||
with:
|
||||
# renovate: golang=go
|
||||
go-version: '1.26.2'
|
||||
go-version: '1.26.3'
|
||||
|
||||
- name: Install promtool
|
||||
run: |
|
||||
@@ -88,11 +88,11 @@ jobs:
|
||||
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
|
||||
with:
|
||||
# renovate: golang=go
|
||||
go-version: '1.26.2'
|
||||
go-version: '1.26.3'
|
||||
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
|
||||
with:
|
||||
# renovate: github=golangci/golangci-lint
|
||||
version: v2.11.4
|
||||
version: v2.12.2
|
||||
args: "--max-same-issues=0"
|
||||
|
||||
Reference in New Issue
Block a user