Skip to content

Commit 56a5b99

Browse files
authored
Merge pull request #7 from jferrl/dev/jferrl/go-123
chore: bump go version to 1.23
2 parents 20fda81 + 7318150 commit 56a5b99

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.22'
18+
go-version: '1.23'
1919
- name: Build
2020
run: go build -v ./...

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: '1.22'
16+
go-version: '1.23'
1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v6
1919
with:
20-
version: v1.58
20+
version: v1.60.3
2121
only-new-issues: true
2222
args: --verbose

.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.22.x]
24+
go-version: [1.x, 1.23.x]
2525
platform: [ubuntu-latest]
2626
include:
2727
# only update test coverage stats with the most recent go version on linux

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.22
3+
go 1.23
44

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

0 commit comments

Comments
 (0)