Compare commits
2 Commits
d3807997cf
...
f8abb34d03
Author | SHA1 | Date | |
---|---|---|---|
f8abb34d03 | |||
5fa0991bc2 |
@ -67,7 +67,7 @@ steps:
|
||||
- name: unit-test
|
||||
commands:
|
||||
- go test -v ./...
|
||||
image: docker.io/library/golang:1.23.6
|
||||
image: docker.io/library/golang:1.24.0
|
||||
|
||||
trigger:
|
||||
event:
|
||||
@ -92,7 +92,7 @@ steps:
|
||||
- name: unit-test
|
||||
commands:
|
||||
- go test -v ./...
|
||||
image: docker.io/library/golang:1.23.6
|
||||
image: docker.io/library/golang:1.24.0
|
||||
|
||||
trigger:
|
||||
event:
|
||||
|
2
go.mod
2
go.mod
@ -6,6 +6,7 @@ require (
|
||||
github.com/spf13/cobra v1.9.0
|
||||
github.com/stretchr/testify v1.10.0
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require (
|
||||
@ -13,5 +14,4 @@ require (
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/spf13/pflag v1.0.6 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user