chore(deps): update docker.io/library/golang docker tag to v1.24.1
Some checks reported errors
Run unit tests / test (pull_request) Failing after 3s
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
CSRBot 2025-03-04 23:27:53 +00:00
parent 005648f7d4
commit bc16a0ad50
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.0
image: docker.io/library/golang:1.24.1
trigger:
event:
@ -92,7 +92,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.24.0
image: docker.io/library/golang:1.24.1
trigger:
event:

View File

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