Skip to content

Commit 841ed80

Browse files
committed
bump to 1.23
Signed-off-by: Chengxuan Xing <[email protected]>
1 parent b614773 commit 841ed80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13-
container: golang:1.22-bullseye
13+
container: golang:1.23-bullseye
1414
defaults:
1515
run:
1616
shell: bash # needed for codecov

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hyperledger/firefly-transaction-manager
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/DATA-DOG/go-sqlmock v1.5.2

0 commit comments

Comments
 (0)