File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 44 directory : " /"
55 schedule :
66 interval : " monthly"
7+ - package-ecosystem : " github-actions"
8+ directory : " /"
9+ schedule :
10+ interval : " monthly"
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- go_version : ["1.21", "1.22"]
10+ go_version :
11+ - " 1.22"
12+ - " 1.23"
1113 container :
1214 image : quay.io/prometheus/golang-builder:${{ matrix.go_version }}-base
1315 env :
1618 steps :
1719 - name : Checkout repository
1820 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
19- - uses : prometheus/promci@v0.0.2
21+ - uses : prometheus/promci@45166329da36d74895901808f1c8c97efafc7f84 # v0.3.0
2022 - uses : ./.github/promci/actions/setup_environment
2123 - run : make test
Original file line number Diff line number Diff line change 11module github.com/prometheus/exporter-toolkit
22
3- go 1.21
3+ go 1.22
44
55require (
66 github.com/alecthomas/kingpin/v2 v2.4.0
You can’t perform that action at this time.
0 commit comments