Skip to content

Commit

Permalink
chore: add 1.17 installation to workflows
Browse files Browse the repository at this point in the history
... which were missing it
  • Loading branch information
squakez authored and tadayosi committed Jul 14, 2022
1 parent 2699c3a commit f81713c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
env:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/verify-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
- name: Test generate
shell: bash
run: make generate

0 comments on commit f81713c

Please sign in to comment.