Compare commits
2 Commits
4d842fb44b
...
e3a95103f4
Author | SHA1 | Date | |
---|---|---|---|
e3a95103f4 | |||
03bdf43691 |
@ -22,7 +22,7 @@ steps:
|
||||
- name: golangci lint
|
||||
commands:
|
||||
- golangci-lint run
|
||||
image: docker.io/golangci/golangci-lint:v1.64.5-alpine
|
||||
image: docker.io/golangci/golangci-lint:v1.64.8-alpine
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500
|
||||
@ -76,7 +76,7 @@ steps:
|
||||
- name: unit-test
|
||||
commands:
|
||||
- go test -v ./...
|
||||
image: docker.io/library/golang:1.24.0
|
||||
image: docker.io/library/golang:1.24.1
|
||||
resources:
|
||||
limits:
|
||||
cpu: 250
|
||||
@ -112,7 +112,7 @@ steps:
|
||||
- name: unit-test
|
||||
commands:
|
||||
- go test -v ./...
|
||||
image: docker.io/library/golang:1.24.0
|
||||
image: docker.io/library/golang:1.24.1
|
||||
# resources:
|
||||
# limits:
|
||||
# cpu: 250
|
||||
|
Loading…
x
Reference in New Issue
Block a user