chore(deps): update docker.io/library/golang docker tag to v1.22.0
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
CSRBot 2024-02-07 20:05:46 +00:00
parent 575df2e6cf
commit 36b5d70ffa
Signed by: CSRBot
GPG Key ID: DDBB888D261A47AB
1 changed files with 2 additions and 2 deletions

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.6 image: docker.io/library/golang:1.22.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.6 image: docker.io/library/golang:1.22.0
# resources: # resources:
# limits: # limits:
# cpu: 250 # cpu: 250