Compare commits

..

1 Commits

1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.21.2
image: docker.io/library/golang:1.21.3
resources:
limits:
cpu: 250
@ -112,7 +112,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.21.2
image: docker.io/library/golang:1.21.3
# resources:
# limits:
# cpu: 250