File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed 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.23 .x]
24+ go-version : [1.x, 1.24 .x]
2525 platform : [ubuntu-latest]
2626 include :
2727 # only update test coverage stats with the most recent go version on linux
3232
3333 steps :
3434 - name : Cancel previous
35- uses : styfle/cancel-workflow-action@bb6001c4ea612bf59c3abfc4756fbceee4f870c7 # 0.10.0
35+ uses : styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
3636 with :
3737 access_token : ${{ github.token }}
3838
Original file line number Diff line number Diff line change 11module github.com/jferrl/go-githubauth
22
3- go 1.24.4
3+ go 1.24.6
44
55require (
66 github.com/golang-jwt/jwt/v5 v5.3.0
@@ -11,7 +11,7 @@ require (
1111require (
1212 github.com/google/go-github/v73 v73.0.0 // indirect
1313 github.com/gorilla/mux v1.8.1 // indirect
14- golang.org/x/time v0.11 .0 // indirect
14+ golang.org/x/time v0.12 .0 // indirect
1515)
1616
1717require (
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ github.com/migueleliasweb/go-github-mock v1.4.0 h1:pQ6K8r348m2q79A8Khb0PbEeNQV7t
1515github.com/migueleliasweb/go-github-mock v1.4.0 /go.mod h1:/DUmhXkxrgVlDOVBqGoUXkV4w0ms5n1jDQHotYm135o =
1616golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI =
1717golang.org/x/oauth2 v0.30.0 /go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU =
18- golang.org/x/time v0.11 .0 h1:/bpjEDfN9tkoN/ryeYHnv5hcMlc8ncjMcM4XBk5NWV0 =
19- golang.org/x/time v0.11 .0 /go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg =
18+ golang.org/x/time v0.12 .0 h1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE =
19+ golang.org/x/time v0.12 .0 /go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg =
2020golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
You can’t perform that action at this time.
0 commit comments