File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ./...
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11module github.com/jferrl/go-githubauth
22
3- go 1.22
3+ go 1.23
44
55require (
66 github.com/golang-jwt/jwt/v5 v5.2.1
You can’t perform that action at this time.
0 commit comments