Skip to content
Snippets Groups Projects
Commit 0a94a3bc authored by Renovate Bot's avatar Renovate Bot
Browse files

Update golang Docker tag to v1.23.5

parent f943ec8c
Branches
No related tags found
1 merge request!36Update golang Docker tag to v1.23.5
Pipeline #53888 passed
...@@ -24,7 +24,7 @@ build-application-binary: ...@@ -24,7 +24,7 @@ build-application-binary:
stage: build stage: build
needs: [] needs: []
parallel: !reference [.parallel,parallel] parallel: !reference [.parallel,parallel]
image: golang:1.23.4-bookworm image: golang:1.23.5-bookworm
script: script:
- go build -o rss2gotify-${GOOS}-${GOARCH} ./ - go build -o rss2gotify-${GOOS}-${GOARCH} ./
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment