mirror of
https://github.com/aykhans/dodo.git
synced 2025-04-20 19:13:06 +00:00
Compare commits
No commits in common. "a01bf19986162c419517648e312dbbe1a12ba698" and "00afca71392b30008d6c06511df72ddfab3652ee" have entirely different histories.
a01bf19986
...
00afca7139
@ -1,5 +1,5 @@
|
||||
run:
|
||||
go: "1.24"
|
||||
go: "1.23"
|
||||
concurrency: 8
|
||||
timeout: 10m
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.24-alpine AS builder
|
||||
FROM golang:1.23.2-alpine AS builder
|
||||
|
||||
WORKDIR /dodo
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user