We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dabe0 commit 1829e42Copy full SHA for 1829e42
.circleci/config.yml
@@ -5,7 +5,7 @@ version: 2
5
jobs:
6
build:
7
docker:
8
- - image: cimg/go:1.20.4
+ - image: cimg/go:1.23.10
9
steps:
10
- checkout
11
- run: go test -v ./...
go.mod
@@ -1,7 +1,9 @@
1
module github.com/neufeldtech/secretmessage-go
2
3
// +heroku goVersion go1.23
4
-go 1.23
+go 1.23.0
+
+toolchain go1.23.10
require (
github.com/gin-gonic/gin v1.9.1
0 commit comments