Skip to content

Commit

Permalink
Makes changes for golang 1.17 (#1421)
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Aug 29, 2021
1 parent fc00877 commit b50aa03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2.1.4
with:
go-version: 1.16.x
go-version: 1.17.x
- name: Checkout code
uses: actions/checkout@v2.3.4
- name: Run Go Tests with Coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2.1.4
with:
go-version: 1.16.x
go-version: 1.17.x
- name: Checkout code
uses: actions/checkout@v2.3.4
- name: Run Go Tests with Coverage
Expand Down

0 comments on commit b50aa03

Please sign in to comment.