chore(deps): update docker.io/library/golang docker tag to v1.24.2
Some checks failed
Run unit tests / test (pull_request) Successful in 7m35s
continuous-integration/drone/pr Build is passing
Run unit tests / test (push) Successful in 5m0s
continuous-integration/drone/push Build is failing

This commit is contained in:
CSRBot 2025-04-01 17:29:30 +00:00
parent 9cf687c7e4
commit 4a1297b9b8
Signed by: CSRBot
GPG Key ID: DDBB888D261A47AB
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.24.1
image: docker.io/library/golang:1.24.2
trigger:
event:
@ -92,7 +92,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.24.1
image: docker.io/library/golang:1.24.2
trigger:
event:

View File

@ -13,7 +13,7 @@ on:
jobs:
test:
container:
image: docker.io/library/golang:1.24.1
image: docker.io/library/golang:1.24.2
runs-on:
- ubuntu-latest
steps: