Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit 018a1dc

Browse files
authored
Merge pull request #32 from github/fixes
Update Go version to 1.24.6 and add docker build step in workflow
2 parents f93c215 + b199cb0 commit 018a1dc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ jobs:
2424

2525
- name: run oidc-debug.go
2626
run: go run cmd/oidc-debug.go -audience "https://github.com/github"
27+
28+
- name: docker build
29+
run: docker build -t actions-oidc-debugger .

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.4
1+
1.24.6

0 commit comments

Comments
 (0)