Skip to content

Commit

Permalink
Fix golang version during build flow
Browse files Browse the repository at this point in the history
**What**
- Fix copy-pasta error and use Go 1.15 for both the build and publish
  workflows

Signed-off-by: Lucas Roesler <[email protected]>
  • Loading branch information
LucasRoesler authored and alexellis committed Feb 12, 2021
1 parent d293eb7 commit a49fcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
go-version: [ 1.13.x ]
go-version: [ 1.15.x ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit a49fcb4

Please sign in to comment.