Skip to content

Commit a3b9763

Browse files
committed
Bumped to a higher go version
Signed-off-by: David Gannon <19214156+dgannon991@users.noreply.github.com>
1 parent b62d59c commit a3b9763

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ALPINE_VERSION=3.22
2-
ARG GO_VERSION=1.25.0
2+
ARG GO_VERSION=1.25.8
33
ARG DOCKERCLI_VERSION=29
44

55
# build image

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cnabio/cnab-to-oci
22

3-
go 1.25.6
3+
go 1.25.8
44

55
require (
66
github.com/cnabio/cnab-go v0.26.2

0 commit comments

Comments
 (0)