Skip to content

Commit

Permalink
circle ci publish go image 1.23 to match tcnksm v0.17.0 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
schowsf authored Oct 22, 2024
1 parent 2886891 commit fee2425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

publish:
docker:
- image: cimg/go:1.20
- image: cimg/go:1.23
steps:
- checkout
- attach_workspace:
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.23.2"
ThisBuild / version := "0.23.3"

0 comments on commit fee2425

Please sign in to comment.