Skip to content

Commit e66e45a

Browse files
committed
chore(deps): go mod: update
1 parent 15c796e commit e66e45a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
go-version: [1.25.x, 1.22.x]
13+
go-version: [1.25.x, 1.24.x]
1414
platform: [ubuntu-latest, macos-latest, windows-latest]
1515
runs-on: ${{ matrix.platform }}
1616
steps:

go.mod

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

3-
go 1.22.0
3+
go 1.24.0
44

55
require (
66
github.com/ProtonMail/go-crypto v1.3.0

0 commit comments

Comments
 (0)