File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
with :
16
16
fetch-depth : 0
17
17
18
- - name : Set up Go 1.20.4
18
+ - name : Set up Go 1.24.1
19
19
uses : actions/setup-go@v2
20
20
with :
21
- go-version : 1.20.4
21
+ go-version : 1.24.1
22
22
id : go
23
23
24
24
- name : Run GoReleaser
Original file line number Diff line number Diff line change 1
- module github.com/WoodProgrammer/ prom-migrator
1
+ module prom-migrator
2
2
3
- go 1.20
3
+ go 1.24.1
4
4
5
5
replace github.com/WoodProgrammer/prom-migrator/cmd => ./cmd
6
6
@@ -9,14 +9,14 @@ replace github.com/WoodProgrammer/prom-migrator/lib => ./lib
9
9
require (
10
10
github.com/WoodProgrammer/prom-migrator/cmd v0.0.0-00010101000000-000000000000
11
11
github.com/WoodProgrammer/prom-migrator/lib v0.0.0-00010101000000-000000000000
12
+ github.com/rs/zerolog v1.33.0
12
13
github.com/spf13/cobra v1.9.1
13
14
)
14
15
15
16
require (
16
17
github.com/inconshreveable/mousetrap v1.1.0 // indirect
17
18
github.com/mattn/go-colorable v0.1.13 // indirect
18
19
github.com/mattn/go-isatty v0.0.19 // indirect
19
- github.com/rs/zerolog v1.33.0 // indirect
20
20
github.com/spf13/pflag v1.0.6 // indirect
21
21
golang.org/x/sys v0.12.0 // indirect
22
22
)
You can’t perform that action at this time.
0 commit comments