chore(deps): update docker.io/library/golang docker tag to v1.24.3
All checks were successful
Run unit tests / test (pull_request) Successful in 6m26s
Run unit tests / test (push) Successful in 6m35s

This commit is contained in:
CSRBot 2025-05-06 22:12:01 +00:00
parent 451b3659a1
commit 5ae780517a
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 - name: unit-test
commands: commands:
- go test -v ./... - go test -v ./...
image: docker.io/library/golang:1.24.2 image: docker.io/library/golang:1.24.3
trigger: trigger:
event: event:
@ -92,7 +92,7 @@ steps:
- name: unit-test - name: unit-test
commands: commands:
- go test -v ./... - go test -v ./...
image: docker.io/library/golang:1.24.2 image: docker.io/library/golang:1.24.3
trigger: trigger:
event: event:

View File

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