Skip to content

Commit b1eee0e

Browse files
authored
Merge branch 'main' into dependabot/go_modules/github.com/migueleliasweb/go-github-mock-1.4.0
2 parents 9cedde0 + f6c0925 commit b1eee0e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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.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
@@ -32,7 +32,7 @@ jobs:
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

go.mod

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

3-
go 1.24.4
3+
go 1.24.6
44

55
require (
66
github.com/golang-jwt/jwt/v5 v5.3.0
@@ -11,7 +11,7 @@ require (
1111
require (
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

1717
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ github.com/migueleliasweb/go-github-mock v1.4.0 h1:pQ6K8r348m2q79A8Khb0PbEeNQV7t
1515
github.com/migueleliasweb/go-github-mock v1.4.0/go.mod h1:/DUmhXkxrgVlDOVBqGoUXkV4w0ms5n1jDQHotYm135o=
1616
golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=
1717
golang.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=
2020
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

0 commit comments

Comments
 (0)