Skip to content

Commit

Permalink
build: bump Go to 1.17.8 (#571)
Browse files Browse the repository at this point in the history
Signed-off-by: Casey Buto <[email protected]>
  • Loading branch information
cbuto authored Mar 29, 2022
1 parent d884243 commit b37d266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: setup go environment
uses: actions/setup-go@v2
with:
go-version: '1.17.6'
go-version: '1.17.8'
- name: download dependencies
run: make bootstrap
- name: run unit tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: setup go environment
uses: actions/setup-go@v2
with:
go-version: '1.17.6'
go-version: '1.17.8'
- name: download dependencies
run: make bootstrap
- name: run unit tests
Expand Down

0 comments on commit b37d266

Please sign in to comment.