Skip to content

Commit b5df75d

Browse files
fix(deps): update dependency go to v1.26.2
1 parent e91347b commit b5df75d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN mise settings ruby.compile=false && mise use -g ruby@${RUBY_VERSION} && \
4747

4848
# Go
4949
# renovate: datasource=golang-version depName=go
50-
ARG GO_VERSION=1.26.0
50+
ARG GO_VERSION=1.26.2
5151
ENV PATH="/mise/installs/go/${GO_VERSION}/bin:$PATH"
5252
RUN mise use -g go@${GO_VERSION} && \
5353
ln -s /mise/installs/go/${GO_VERSION} /mise/installs/go/current

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
module github.com/codize-dev/sandbox
22

3-
go 1.26.0
3+
go 1.26.2
44

55
require (
66
github.com/labstack/echo/v5 v5.0.4
7+
github.com/spf13/cobra v1.10.2
78
github.com/stretchr/testify v1.11.1
89
go.yaml.in/yaml/v4 v4.0.0-rc.4
910
golang.org/x/sys v0.41.0
@@ -13,7 +14,6 @@ require (
1314
github.com/davecgh/go-spew v1.1.1 // indirect
1415
github.com/inconshreveable/mousetrap v1.1.0 // indirect
1516
github.com/pmezard/go-difflib v1.0.0 // indirect
16-
github.com/spf13/cobra v1.10.2 // indirect
1717
github.com/spf13/pflag v1.0.9 // indirect
1818
golang.org/x/time v0.14.0 // indirect
1919
gopkg.in/yaml.v3 v3.0.1 // indirect
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module sandbox
22

3-
go 1.26.0
3+
go 1.26.2
44

55
require golang.org/x/text v0.34.0 // indirect

0 commit comments

Comments
 (0)