Merge pull request 'Update golang Docker tag to v1.25' (#8) from renovate/golang-1.x into master

Reviewed-on: https://git.iamthefij.com/iamthefij/minitor-go/pulls/8
This commit is contained in:
IamTheFij
2025-12-10 19:27:55 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ name: test
steps:
- name: test
image: golang:1.20
image: golang:1.25
environment:
VERSION: ${DRONE_TAG:-${DRONE_COMMIT}}
commands:
@@ -30,7 +30,7 @@ trigger:
steps:
- name: build all binaries
image: golang:1.20
image: golang:1.25
environment:
VERSION: ${DRONE_TAG:-${DRONE_COMMIT}}
commands:
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20 AS builder
FROM golang:1.25 AS builder
RUN mkdir /app
WORKDIR /app