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

This commit is contained in:
CSRBot 2023-09-29 23:08:23 +02:00
parent f08252791f
commit caaa4fa032
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.0
image: docker.io/library/golang:1.21.1
resources:
limits:
cpu: 250
@ -112,7 +112,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.21.0
image: docker.io/library/golang:1.21.1
# resources:
# limits:
# cpu: 250