File tree 3 files changed +9
-3
lines changed 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 4
4
directory : " /"
5
5
schedule :
6
6
interval : " monthly"
7
+ - package-ecosystem : " github-actions"
8
+ directory : " /"
9
+ schedule :
10
+ interval : " monthly"
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
strategy :
9
9
matrix :
10
- go_version : ["1.21", "1.22"]
10
+ go_version :
11
+ - " 1.22"
12
+ - " 1.23"
11
13
container :
12
14
image : quay.io/prometheus/golang-builder:${{ matrix.go_version }}-base
13
15
env :
16
18
steps :
17
19
- name : Checkout repository
18
20
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
19
- - uses : prometheus/promci@v0.0.2
21
+ - uses : prometheus/promci@45166329da36d74895901808f1c8c97efafc7f84 # v0.3.0
20
22
- uses : ./.github/promci/actions/setup_environment
21
23
- run : make test
Original file line number Diff line number Diff line change 1
1
module github.com/prometheus/exporter-toolkit
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/alecthomas/kingpin/v2 v2.4.0
You can’t perform that action at this time.
0 commit comments