Skip to content

Commit

Permalink
Merge pull request #145 from vshn/bump-go
Browse files Browse the repository at this point in the history
deps: Bump Go to v1.23
  • Loading branch information
mhutter authored Oct 25, 2024
2 parents 5c18639 + df84520 commit 5e646d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build
FROM docker.io/library/golang:latest AS build
FROM docker.io/library/golang:1.23 AS build

WORKDIR /src
COPY . .
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/vshn/k8ify

go 1.22.0

toolchain go1.22.7
go 1.23.2

require (
github.com/compose-spec/compose-go v1.20.2
Expand Down

0 comments on commit 5e646d8

Please sign in to comment.