Skip to content

Commit

Permalink
fix(ci): update go
Browse files Browse the repository at this point in the history
  • Loading branch information
jazg authored Sep 20, 2021
1 parent 863f450 commit 911c29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.15.8"
go-version: "1.16.6"
- name: Configure git for private modules
env:
TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand Down

0 comments on commit 911c29d

Please sign in to comment.