chore(deps): update docker.io/library/golang docker tag to v1.23.1 #81

Merged
CSRBot merged 1 commits from renovate/docker.io-library-golang-1.x into master 2024-09-06 20:04:18 +00:00
Showing only changes of commit 2918fb6f90 - Show all commits

View File

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