2 Commits

Author SHA1 Message Date
d8e064d873 Merge pull request 'chore(deps): update docker.io/library/golang docker tag to v1.21.6' (#26) from renovate/docker.io-library-golang-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-09 23:16:54 +00:00
7cb4c5634c chore(deps): update docker.io/library/golang docker tag to v1.21.6
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-01-09 23:04:40 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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