Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xztaityozx authored Sep 26, 2021
1 parent eb298a8 commit dda7b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup GoLang
uses: actions/[email protected]
with:
go-version: ^1.15
go-version: ^1.17
- name: Get Dependencies
if: steps.cache-go.outputs.cache-hit != 'true'
run: go get -v -t -d ./...
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Setup GoLang
uses: actions/[email protected]
with:
go-version: ^1.15
go-version: ^1.17
- name: Get Dependencies
if: steps.cache-go.outputs.cache-hit != 'true'
run: go get -v -t -d ./...
Expand Down

0 comments on commit dda7b66

Please sign in to comment.