Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
use go 1.13 for building
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Klünter committed Jun 8, 2020
1 parent 89e2b3b commit e822511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v1
- uses: actions/setup-go@v1
with:
go-version: '1.12' # The Go version to download (if necessary) and use.
go-version: '1.13' # The Go version to download (if necessary) and use.
- name: install_golint
run: go get golang.org/x/lint/golint
- name: install_gosec
Expand Down

0 comments on commit e822511

Please sign in to comment.