Skip to content

Commit

Permalink
Update golang version in github actions to 1.13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
akosveres committed Nov 7, 2020
1 parent 3a6c941 commit eab0ee7
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 @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.11.x]
go-version: [1.13.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit eab0ee7

Please sign in to comment.