Skip to content

Commit

Permalink
bump CI golang version to 1.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
deitch committed Jun 7, 2021
1 parent 0b31468 commit 5da9055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: '1.12.10' # The Go version to download (if necessary) and use.
go-version: '1.15.6' # The Go version to download (if necessary) and use.
- name: ci
run: make ci BUILD=local
- name: hub login
Expand Down

0 comments on commit 5da9055

Please sign in to comment.