Skip to content

Commit

Permalink
Bring Go to 1.15 in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gliptak authored Nov 13, 2020
1 parent 5c96b2f commit 5b612ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.15

- name: Install golint
run: go get -u golang.org/x/lint/golint
Expand Down

0 comments on commit 5b612ed

Please sign in to comment.