Skip to content

Commit

Permalink
Merge pull request #112 from twz123/bump-go
Browse files Browse the repository at this point in the history
Bump Go to v1.23.2
  • Loading branch information
twz123 authored Oct 25, 2024
2 parents c78582f + 5f6754d commit a1c4921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: 1.22.1
go-version: 1.23.2
- name: Build binary
run: make
- name: Compress binary
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/twz123/oidc-token-ferry

go 1.22.0
go 1.23

require (
github.com/coreos/go-oidc/v3 v3.11.0
Expand Down

0 comments on commit a1c4921

Please sign in to comment.