Compare commits

..

1 Commits

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.24.0
image: docker.io/library/golang:1.23.6
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.23.6
trigger:
event:

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