Compare commits

..

2 Commits

2 changed files with 3 additions and 3 deletions

@ -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.1 image: docker.io/library/golang:1.24.2
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.1 image: docker.io/library/golang:1.24.2
trigger: trigger:
event: event:

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