chore(deps): update golang docker tag to v1.23.3 #31

Merged
Aire-One merged 1 commits from renovate/golang-1.x into main 2024-11-17 17:51:45 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 199c059081 - Show all commits

View File

@ -4,6 +4,6 @@ when:
steps:
golang:
image: golang:1.23.2
image: golang:1.23.3
commands:
- go test -v ./...

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM golang:1.23.2 AS builder
FROM golang:1.23.3 AS builder
WORKDIR /app