Update docker.io/library/golang Docker tag to v1.23.2 #3

Merged
CSRBot merged 1 commits from renovate/public-container-images into master 2024-10-02 01:56:35 +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.23.1
image: docker.io/library/golang:1.23.2
trigger:
event:
@ -92,7 +92,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.23.1
image: docker.io/library/golang:1.23.2
trigger:
event:

View File

@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.23.1-alpine3.19 AS build
FROM docker.io/library/golang:1.23.2-alpine3.19 AS build
RUN apk add git make