Skip to content

Commit df7a866

Browse files
authored
chore: Bump Go version to v1.22 (#768)
1 parent dc4432a commit df7a866

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
run-tests:
77
strategy:
88
matrix:
9-
go-version: [1.21.x, 1.22.x]
9+
go-version: [1.22.x, 1.23.x]
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
@@ -19,7 +19,7 @@ jobs:
1919
build-test-program:
2020
strategy:
2121
matrix:
22-
go-version: [1.21.x, 1.22.x]
22+
go-version: [1.22.x, 1.23.x]
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v4

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/blinklabs-io/gouroboros
22

3-
go 1.21
3+
go 1.22
44

5-
toolchain go1.21.5
5+
toolchain go1.22.8
66

77
require (
88
filippo.io/edwards25519 v1.1.0

0 commit comments

Comments
 (0)