Update to Go v1.23.2 (#575)
This commit is contained in:
commit
4213d6fb7a
@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Changed
|
||||
|
||||
- [#575](https://github.com/spegel-org/spegel/pull/575) Update to Go v1.23.2.
|
||||
|
||||
### Deprecated
|
||||
|
||||
### Removed
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.22.5@sha256:fcae9e0e7313c6467a7c6632ebb5e5fab99bd39bd5eb6ee34a211353e647827a AS builder
|
||||
FROM golang:1.23.2@sha256:adee809c2d0009a4199a11a1b2618990b244c6515149fe609e2788ddf164bd10 AS builder
|
||||
RUN mkdir /build
|
||||
WORKDIR /build
|
||||
COPY go.mod go.mod
|
||||
|
4
go.mod
4
go.mod
@ -1,8 +1,9 @@
|
||||
module github.com/spegel-org/spegel
|
||||
|
||||
go 1.22.5
|
||||
go 1.23.2
|
||||
|
||||
require (
|
||||
github.com/Masterminds/semver/v3 v3.2.1
|
||||
github.com/alexflint/go-arg v1.5.1
|
||||
github.com/containerd/containerd v1.7.22
|
||||
github.com/containerd/containerd/api v1.7.19
|
||||
@ -34,7 +35,6 @@ require (
|
||||
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
|
||||
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0 // indirect
|
||||
github.com/Masterminds/goutils v1.1.1 // indirect
|
||||
github.com/Masterminds/semver/v3 v3.2.1 // indirect
|
||||
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
|
||||
github.com/Microsoft/go-winio v0.6.2 // indirect
|
||||
github.com/Microsoft/hcsshim v0.11.7 // indirect
|
||||
|
Loading…
x
Reference in New Issue
Block a user