chore(deps): update dependency docker.io/library/golang to v1.21.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
CSRBot 2023-08-10 15:41:23 +02:00
parent 04e0d98dde
commit 6bfd49947e
2 changed files with 4 additions and 4 deletions

View File

@ -67,7 +67,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.20.6
image: docker.io/library/golang:1.21.0
trigger:
event:
@ -92,7 +92,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.20.6
image: docker.io/library/golang:1.21.0
trigger:
event:
@ -120,7 +120,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.20.6
image: docker.io/library/golang:1.21.0
trigger:
event:

View File

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