File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 7
7
platform : [ubuntu-latest, macos-latest, windows-latest]
8
8
runs-on : ${{ matrix.platform }}
9
9
steps :
10
- - uses : actions/checkout@v2
11
- - uses : actions/setup-go@v2
10
+ - uses : actions/checkout@v4
11
+ - uses : actions/setup-go@v5
12
12
with :
13
13
go-version : 1.x
14
14
- run : make lint
39
39
runs-on : ${{ matrix.platform }}
40
40
needs : release
41
41
steps :
42
- - uses : actions/checkout@v2
43
- - uses : actions/setup-go@v2
42
+ - uses : actions/checkout@v4
43
+ - uses : actions/setup-go@v5
44
44
with :
45
45
go-version : 1.x
46
46
- run : echo "APP_VERSION=$(git describe --tags --abbrev=0 | sed -e 's/^v//')" >> $GITHUB_ENV
66
66
contents : read
67
67
packages : write
68
68
steps :
69
- - uses : actions/checkout@v2
69
+ - uses : actions/checkout@v4
70
70
- uses : docker/login-action@v1
71
71
with :
72
72
registry : ghcr.io
Original file line number Diff line number Diff line change 1
1
module github.com/fastly/fastly-exporter
2
2
3
- go 1.21
3
+ go 1.23.0
4
4
5
5
require (
6
6
github.com/cespare/xxhash v1.1.0
@@ -11,7 +11,7 @@ require (
11
11
github.com/oklog/run v1.1.0
12
12
github.com/peterbourgon/ff/v3 v3.4.0
13
13
github.com/prometheus/client_golang v1.21.1
14
- golang.org/x/sync v0.11 .0
14
+ golang.org/x/sync v0.12 .0
15
15
)
16
16
17
17
require (
@@ -27,6 +27,6 @@ require (
27
27
github.com/prometheus/common v0.62.0 // indirect
28
28
github.com/prometheus/procfs v0.15.1 // indirect
29
29
github.com/spaolacci/murmur3 v1.1.0 // indirect
30
- golang.org/x/sys v0.28 .0 // indirect
30
+ golang.org/x/sys v0.30 .0 // indirect
31
31
google.golang.org/protobuf v1.36.1 // indirect
32
32
)
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
52
52
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
53
53
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
54
54
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
55
- golang.org/x/sync v0.11 .0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w =
56
- golang.org/x/sync v0.11 .0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
57
- golang.org/x/sys v0.28 .0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA =
58
- golang.org/x/sys v0.28 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
55
+ golang.org/x/sync v0.12 .0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw =
56
+ golang.org/x/sync v0.12 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
57
+ golang.org/x/sys v0.30 .0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
58
+ golang.org/x/sys v0.30 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
59
59
google.golang.org/protobuf v1.36.1 h1:yBPeRvTftaleIgM3PZ/WBIZ7XM/eEYAaEyCwvyjq/gk =
60
60
google.golang.org/protobuf v1.36.1 /go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE =
61
61
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
You can’t perform that action at this time.
0 commit comments