Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
priya-kinthali committed Apr 12, 2024
1 parent baad657 commit 02eabe2
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions .github/workflows/463-key.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
name: Reproduce Expired Key Issue

on:
push:
branches: [ 463-signingkey ]

push:
branches:
- 454-testversion


jobs:
build:

runs-on: ubuntu-latest
name: Build on macOS 14 (M1)
runs-on: macos-14

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: 'v5.0.0'
repository: 'actions/setup-go'

- name: Run Go command
run: go version
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: Check Go version
run: go version
- run: go build -o hello-world
- run: ./hello-world

0 comments on commit 02eabe2

Please sign in to comment.