mirror of
https://github.com/aykhans/dodo.git
synced 2025-04-16 09:53:12 +00:00
Merge pull request #79 from aykhans/bump/go-version
Some checks failed
golangci-lint / lint (push) Failing after 39s
Some checks failed
golangci-lint / lint (push) Failing after 39s
🔖 Bump go version to 1.24
This commit is contained in:
commit
a01bf19986
@ -1,5 +1,5 @@
|
|||||||
run:
|
run:
|
||||||
go: "1.23"
|
go: "1.24"
|
||||||
concurrency: 8
|
concurrency: 8
|
||||||
timeout: 10m
|
timeout: 10m
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.23.2-alpine AS builder
|
FROM golang:1.24-alpine AS builder
|
||||||
|
|
||||||
WORKDIR /dodo
|
WORKDIR /dodo
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user