chore(deps): update docker.io/library/golang docker tag to v1.21.3

This commit is contained in:
CSRBot 2023-10-11 07:51:00 +02:00
parent e777165bea
commit 8c13499a4b
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.1
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.1
image: docker.io/library/golang:1.21.3
# resources:
# limits:
# cpu: 250