Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
fix broken yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen committed Apr 27, 2021
1 parent 9e127c7 commit 1e76dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }
go-version: ${{ matrix.go-version }}
- name: Cache Go modules
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 1e76dc1

Please sign in to comment.