We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b614773 commit 841ed80Copy full SHA for 841ed80
.github/workflows/go.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
build:
12
runs-on: ubuntu-latest
13
- container: golang:1.22-bullseye
+ container: golang:1.23-bullseye
14
defaults:
15
run:
16
shell: bash # needed for codecov
go.mod
@@ -1,6 +1,6 @@
1
module github.com/hyperledger/firefly-transaction-manager
2
3
-go 1.22
+go 1.23
4
5
require (
6
github.com/DATA-DOG/go-sqlmock v1.5.2
0 commit comments