Compare commits

...

2 Commits

View File

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