chore(deps): update docker.io/library/golang docker tag to v1.21.7
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is passing

This commit is contained in:
CSRBot 2024-02-06 23:03:54 +00:00
parent e09eaebfb3
commit 161662e945
Signed by: CSRBot
GPG Key ID: DDBB888D261A47AB
2 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,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.21.7
trigger: trigger:
event: event:
@ -92,7 +92,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.21.7
trigger: trigger:
event: event:

View File

@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.21.6-alpine3.18 AS build FROM docker.io/library/golang:1.21.7-alpine3.18 AS build
RUN apk add git make RUN apk add git make