File tree Expand file tree Collapse file tree 5 files changed +26
-422
lines changed
Expand file tree Collapse file tree 5 files changed +26
-422
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- go_version : [ '1.15', '1.16', '1.17', '1.18 ' ]
13+ go_version : [ '1.20 ' ]
1414 steps :
15- - uses : actions/checkout@v2
16- - uses : actions/setup-go@v1
15+ - uses : actions/checkout@v3
16+ - uses : actions/setup-go@v3
1717 with :
1818 go-version : ${{ matrix.go_version }}
1919
2727 runs-on : ubuntu-latest
2828 needs : test
2929 steps :
30- - uses : actions/checkout@v2
30+ - uses : actions/checkout@v3
3131 - uses : azure/docker-login@v1
3232 with :
3333 username : ${{ secrets.DOCKER_USERNAME }}
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- go_version : [ '1.15', '1.16', '1.17', '1.18 ' ]
13+ go_version : [ '1.20 ' ]
1414 steps :
15- - uses : actions/checkout@v2
16- - uses : actions/setup-go@v2
15+ - uses : actions/checkout@v3
16+ - uses : actions/setup-go@v3
1717 with :
1818 go-version : ${{ matrix.go_version }}
1919 - run : go get -t -v ./...
2323 runs-on : ubuntu-latest
2424 needs : test
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v3
2727
2828 - uses : azure/docker-login@v1
2929 with :
@@ -99,10 +99,10 @@ jobs:
9999 extension : ' .exe'
100100 runs-on : ${{ matrix.os }}
101101 steps :
102- - uses : actions/checkout@v2
103- - uses : actions/setup-go@v2
102+ - uses : actions/checkout@v3
103+ - uses : actions/setup-go@v3
104104 with :
105- go-version : 1.18
105+ go-version : ' 1.20 '
106106
107107 - name : Download go dependencies
108108 run : go get -t -v ./...
Original file line number Diff line number Diff line change 11module github.com/eko/pihole-exporter
22
3- go 1.18
3+ go 1.20
44
55require (
66 github.com/heetch/confita v0.10.0
@@ -13,15 +13,15 @@ require (
1313
1414require (
1515 github.com/beorn7/perks v1.0.1 // indirect
16- github.com/cespare/xxhash/v2 v2.1.2 // indirect
16+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
1717 github.com/davecgh/go-spew v1.1.1 // indirect
1818 github.com/golang/protobuf v1.5.2 // indirect
19- github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
19+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2020 github.com/pkg/errors v0.9.1 // indirect
2121 github.com/pmezard/go-difflib v1.0.0 // indirect
2222 github.com/prometheus/client_model v0.3.0 // indirect
23- github.com/prometheus/common v0.37 .0 // indirect
24- github.com/prometheus/procfs v0.8 .0 // indirect
23+ github.com/prometheus/common v0.41 .0 // indirect
24+ github.com/prometheus/procfs v0.9 .0 // indirect
2525 golang.org/x/sys v0.5.0 // indirect
2626 google.golang.org/protobuf v1.28.1 // indirect
2727 gopkg.in/yaml.v3 v3.0.1 // indirect
You can’t perform that action at this time.
0 commit comments