Skip to content

Commit acb2fcc

Browse files
committed
Bump go version from 1.23.1 to 1.23.3
1 parent 8301670 commit acb2fcc

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/go-bazel/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module example/go-bazel
22

3-
go 1.23.1
3+
go 1.23.3
44

55
require github.com/stretchr/testify v1.9.0
66

examples/go-go-tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module example/go-go-tools
22

3-
go 1.23.1
3+
go 1.23.3
44

55
require github.com/stretchr/testify v1.9.0
66

examples/go-gotestsum/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module example/go-gotestsum
22

3-
go 1.23.1
3+
go 1.23.3
44

55
require github.com/stretchr/testify v1.9.0
66

examples/go-make/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module example/go-make
22

3-
go 1.23.1
3+
go 1.23.3
44

55
require github.com/stretchr/testify v1.9.0
66

examples/go.work

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.23.1
1+
go 1.23.3
22

33
use (
44
go-bazel

go.work

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.23.1
1+
go 1.23.3
22

33
use (
44
src

src/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/murex/tcr
22

3-
go 1.23.1
3+
go 1.23.3
44

55
require (
66
github.com/ProtonMail/go-crypto v1.1.2 // indirect

tcr-doc/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/murex/tcr/tcr-doc
22

3-
go 1.23.1
3+
go 1.23.3
44

55
replace github.com/murex/tcr => ../src
66

0 commit comments

Comments
 (0)