Skip to content

Commit a81679b

Browse files
committed
chore: update Go version to 1.25 in config and docs
Bump Go version to 1.25 in GitHub Actions workflow and go.mod. Remove outdated Go version requirement from README.
1 parent 3ab7945 commit a81679b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: read # for actions/checkout to fetch code
2222
strategy:
2323
matrix:
24-
go-version: [1.x, 1.24.x]
24+
go-version: [1.x, 1.25.x]
2525
platform: [ubuntu-latest]
2626
include:
2727
# only update test coverage stats with the most recent go version on linux

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030
### Requirements
3131

32-
- **Go 1.18+** (required for generics support)
3332
- This package is designed to be used with the `golang.org/x/oauth2` package
3433

3534
## Installation

go.mod

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

3-
go 1.24.6
3+
go 1.25
44

55
require (
66
github.com/golang-jwt/jwt/v5 v5.3.0

0 commit comments

Comments
 (0)