chore(deps): update docker.io/library/golang docker tag to v1.24.0

This commit is contained in:
CSRBot 2025-02-12 20:31:50 +00:00
parent 9f28dacf85
commit c5678e572a
Signed by: CSRBot
GPG Key ID: DDBB888D261A47AB
2 changed files with 3 additions and 3 deletions

@ -67,7 +67,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.23.5
image: docker.io/library/golang:1.24.0
trigger:
event:
@ -92,7 +92,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.23.5
image: docker.io/library/golang:1.24.0
trigger:
event:

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