Compare commits

..

No commits in common. "2b9ad2e058e6a25086f588a97c2c842c24d9c619" and "b56521645e2457235360a03d6788b35d179a5b01" 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.23.5 image: docker.io/library/golang:1.23.4
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.23.5 image: docker.io/library/golang:1.23.4
# resources: # resources:
# limits: # limits:
# cpu: 250 # cpu: 250