Compare commits

..

2 Commits

Author SHA1 Message Date
Aire-One 822f288b79 Merge pull request 'chore(deps): update golang docker tag to v1.23.3' (#31) from renovate/golang-1.x into main
ci/woodpecker/push/build Pipeline was successful Details
Reviewed-on: #31
2024-11-17 17:51:45 +01:00
Renovate 🤖 199c059081 chore(deps): update golang docker tag to v1.23.3
ci/woodpecker/pr/build Pipeline was successful Details
ci/woodpecker/pr/lint Pipeline was successful Details
ci/woodpecker/pr/test Pipeline was successful Details
ci/woodpecker/pull_request_closed/build Pipeline was successful Details
2024-11-08 00:02:34 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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