Skip to content

Commit

Permalink
Go 1.23.4 (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
  • Loading branch information
mathieu-benoit authored Dec 16, 2024
1 parent 79f4c42 commit ff2fa04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use the official Golang image to create a build artifact.
# This is based on Debian and sets the GOPATH to /go.
# https://hub.docker.com/_/golang
FROM golang:1.23 AS builder
FROM golang:1.23.4 AS builder

# Set the current working directory inside the container.
WORKDIR /go/src/github.com/score-spec/score-k8s
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/score-spec/score-k8s

go 1.23.0
go 1.23.4

require (
github.com/Masterminds/sprig/v3 v3.3.0
Expand Down

0 comments on commit ff2fa04

Please sign in to comment.