Skip to content

Commit 6322d93

Browse files
committed
bump golang version
1 parent 9cd1710 commit 6322d93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v4
2727
with:
28-
go-version: '1.24.4'
28+
go-version: '1.25.1'
2929

3030
- name: Install Oracle Instant Client
3131
run: |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/oracle-samples/gorm-oracle
22

3-
go 1.24.4
3+
go 1.25.1
44

55
require (
66
github.com/godror/godror v0.49.3

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/oracle-samples/gorm-oracle/tests
22

3-
go 1.24.4
3+
go 1.25.1
44

55
require gorm.io/gorm v1.31.0
66

0 commit comments

Comments
 (0)