Skip to content

Commit

Permalink
github: force Go 1.16 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Apr 30, 2021
1 parent c51d771 commit 7980a95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.16'
- uses: actions/cache@v2
id: gomod-cache
with:
Expand Down

0 comments on commit 7980a95

Please sign in to comment.