Skip to content

Commit 1829e42

Browse files
authored
update gomod (#133)
1 parent e7dabe0 commit 1829e42

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 2
55
jobs:
66
build:
77
docker:
8-
- image: cimg/go:1.20.4
8+
- image: cimg/go:1.23.10
99
steps:
1010
- checkout
1111
- run: go test -v ./...

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
module github.com/neufeldtech/secretmessage-go
22

33
// +heroku goVersion go1.23
4-
go 1.23
4+
go 1.23.0
5+
6+
toolchain go1.23.10
57

68
require (
79
github.com/gin-gonic/gin v1.9.1

0 commit comments

Comments
 (0)