Skip to content

Commit a49fcb4

Browse files
LucasRoesleralexellis
authored andcommitted
Fix golang version during build flow
**What** - Fix copy-pasta error and use Go 1.15 for both the build and publish workflows Signed-off-by: Lucas Roesler <[email protected]>
1 parent d293eb7 commit a49fcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
go-version: [ 1.13.x ]
15+
go-version: [ 1.15.x ]
1616
os: [ ubuntu-latest ]
1717
runs-on: ${{ matrix.os }}
1818
steps:

0 commit comments

Comments
 (0)