chore(deps): update docker.io/library/golang docker tag to v1.21.6 #26

Merged
CSRBot merged 1 commits from renovate/docker.io-library-golang-1.x into master 2024-01-09 23:16:58 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 7cb4c5634c - Show all commits

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.5 image: docker.io/library/golang:1.21.6
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.5 image: docker.io/library/golang:1.21.6
trigger: trigger:
event: 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 RUN apk add git make