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.
go mod
1 parent 15c796e commit e66e45aCopy full SHA for e66e45a
.github/workflows/ci.yaml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
strategy:
12
matrix:
13
- go-version: [1.25.x, 1.22.x]
+ go-version: [1.25.x, 1.24.x]
14
platform: [ubuntu-latest, macos-latest, windows-latest]
15
runs-on: ${{ matrix.platform }}
16
steps:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/grokify/mogo
2
3
-go 1.22.0
+go 1.24.0
4
5
require (
6
github.com/ProtonMail/go-crypto v1.3.0
0 commit comments