Skip to content

Commit 86e9e83

Browse files
authored
bump (ci publish) golang image to match tcnksm toolchain (#75)
* @W-16986706 Play 3.0.5, akka -> pekko Signed-off-by: simon.chow <[email protected]> * trigger buid * circleci go toolchain error fix Signed-off-by: simon.chow <[email protected]> --------- Signed-off-by: simon.chow <[email protected]>
1 parent d7df53b commit 86e9e83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
publish:
5757
docker:
58-
- image: circleci/golang:latest
58+
- image: cimg/go:1.23
5959
steps:
6060
- checkout
6161
- attach_workspace:

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "0.10.0"
1+
ThisBuild / version := "0.10.1"

0 commit comments

Comments
 (0)