Skip to content

Commit

Permalink
add a sanity test build w/ go 1.16 (sigstore#691)
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Sanders <jsand@google.com>
  • Loading branch information
Jake Sanders authored Sep 16, 2021
1 parent 905c794 commit 2718682
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ on:
- release-*

jobs:
build:
name: build-1.16
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16.8'
- name: compile
run: make

build:
name: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2718682

Please sign in to comment.