Skip to content

Commit 0821761

Browse files
committed
Update to Go 1.25
1 parent 0b6959b commit 0821761

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: '1.21'
22+
go-version: '1.25'
2323

2424
- name: Build
2525
run: go build -v ./...

go.mod

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

3-
go 1.24.1
3+
go 1.25
44

55
require (
66
github.com/google/go-cmp v0.7.0

0 commit comments

Comments
 (0)