Skip to content

Commit eaddbb0

Browse files
Golang version upgrade
1 parent d68dc24 commit eaddbb0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18-
- name: Set up Go 1.20.4
18+
- name: Set up Go 1.24.1
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.20.4
21+
go-version: 1.24.1
2222
id: go
2323

2424
- name: Run GoReleaser

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
module github.com/WoodProgrammer/prom-migrator
1+
module prom-migrator
22

3-
go 1.20
3+
go 1.24.1
44

55
replace github.com/WoodProgrammer/prom-migrator/cmd => ./cmd
66

@@ -9,14 +9,14 @@ replace github.com/WoodProgrammer/prom-migrator/lib => ./lib
99
require (
1010
github.com/WoodProgrammer/prom-migrator/cmd v0.0.0-00010101000000-000000000000
1111
github.com/WoodProgrammer/prom-migrator/lib v0.0.0-00010101000000-000000000000
12+
github.com/rs/zerolog v1.33.0
1213
github.com/spf13/cobra v1.9.1
1314
)
1415

1516
require (
1617
github.com/inconshreveable/mousetrap v1.1.0 // indirect
1718
github.com/mattn/go-colorable v0.1.13 // indirect
1819
github.com/mattn/go-isatty v0.0.19 // indirect
19-
github.com/rs/zerolog v1.33.0 // indirect
2020
github.com/spf13/pflag v1.0.6 // indirect
2121
golang.org/x/sys v0.12.0 // indirect
2222
)

0 commit comments

Comments
 (0)