Compare commits

..

No commits in common. "e777165bea11f7b189b469f974698d8e08a9073f" and "f08252791f192d7269fa2ca746384d5a83615204" have entirely different histories.

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.0
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.0
# resources: # resources:
# limits: # limits:
# cpu: 250 # cpu: 250