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 9cd1710 commit 6322d93Copy full SHA for 6322d93
.github/workflows/run-tests.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Go
26
uses: actions/setup-go@v4
27
with:
28
- go-version: '1.24.4'
+ go-version: '1.25.1'
29
30
- name: Install Oracle Instant Client
31
run: |
go.mod
@@ -1,6 +1,6 @@
1
module github.com/oracle-samples/gorm-oracle
2
3
-go 1.24.4
+go 1.25.1
4
5
require (
6
github.com/godror/godror v0.49.3
tests/go.mod
module github.com/oracle-samples/gorm-oracle/tests
require gorm.io/gorm v1.31.0
0 commit comments