update to go version 1.24.2
This commit is contained in:
parent
f6192f6118
commit
a48e22ba5f
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.23.3 AS builder
|
FROM golang:1.24.2 AS builder
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN go build -o /bin/passed .
|
RUN go build -o /bin/passed .
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
||||||
module git.1e99.eu/1e99/passed
|
module git.1e99.eu/1e99/passed
|
||||||
|
|
||||||
go 1.23.3
|
go 1.24.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue