Skip to content

Commit

Permalink
Use go 1.15 to build+release
Browse files Browse the repository at this point in the history
  • Loading branch information
lhchavez committed Oct 18, 2020
1 parent f033a47 commit 7bd8178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
fail-fast: false
matrix:
go:
- 1.13
- 1.14
- 1.15
name: Go ${{ matrix.go }}

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.15
id: go

- name: Get dependencies
Expand Down

0 comments on commit 7bd8178

Please sign in to comment.