Skip to content

Commit 564ed5d

Browse files
committed
require go 1.23 a oldest stable go release
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
1 parent 84b7d5a commit 564ed5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.21
15+
FROM golang:1.23
1616

1717
WORKDIR /go/src
1818

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/compose-spec/compose-go/v2
22

3-
go 1.21
3+
go 1.23
44

55
require (
66
github.com/distribution/reference v0.5.0

0 commit comments

Comments
 (0)