Compare commits

..

No commits in common. "7b0109caf4baf0d4a8fe2cdca97af77721061111" and "04e0d98dde1565a7e0aa31a8727caf87f4d2dcb1" have entirely different histories.

2 changed files with 4 additions and 4 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.21.0 image: docker.io/library/golang:1.20.6
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.21.0 image: docker.io/library/golang:1.20.6
trigger: trigger:
event: event:
@ -120,7 +120,7 @@ steps:
- name: unit-test - name: unit-test
commands: commands:
- go test -v ./... - go test -v ./...
image: docker.io/library/golang:1.21.0 image: docker.io/library/golang:1.20.6
trigger: trigger:
event: event:

View File

@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.21.0-alpine3.18 AS build FROM docker.io/library/golang:1.20.7-alpine3.18 AS build
RUN apk add git make RUN apk add git make