Compare commits
3 Commits
e88f7df3e1
...
53e2909997
Author | SHA1 | Date | |
---|---|---|---|
53e2909997 | |||
2b9ad2e058 | |||
0d2a91a069 |
@ -22,7 +22,7 @@ steps:
|
||||
- name: golangci lint
|
||||
commands:
|
||||
- golangci-lint run
|
||||
image: docker.io/golangci/golangci-lint:v1.57.2-alpine
|
||||
image: docker.io/golangci/golangci-lint:v1.63.4-alpine
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500
|
||||
@ -76,7 +76,7 @@ steps:
|
||||
- name: unit-test
|
||||
commands:
|
||||
- go test -v ./...
|
||||
image: docker.io/library/golang:1.23.4
|
||||
image: docker.io/library/golang:1.23.5
|
||||
resources:
|
||||
limits:
|
||||
cpu: 250
|
||||
@ -112,7 +112,7 @@ steps:
|
||||
- name: unit-test
|
||||
commands:
|
||||
- go test -v ./...
|
||||
image: docker.io/library/golang:1.23.4
|
||||
image: docker.io/library/golang:1.23.5
|
||||
# resources:
|
||||
# limits:
|
||||
# cpu: 250
|
||||
|
Loading…
x
Reference in New Issue
Block a user