Skip to content

Commit

Permalink
Use Go 1.14.x for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom committed Jun 18, 2020
1 parent d66da62 commit c9ffe3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.13.x'
go-version: '1.14.x'
- uses: actions/checkout@v1
- name: Get dependencies
run: go mod download
Expand Down

0 comments on commit c9ffe3d

Please sign in to comment.