mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-21 11:29:51 -05:00
/.github/workflows/bump-dependency.yaml: checkout go 1.17
This commit is contained in:
@@ -95,6 +95,10 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.REPO_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ^1.17
|
||||
- name: Bump dependency
|
||||
working-directory: go
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user