Skip to content

Commit 0b508a5

Browse files
authored
chore: Added go1.14 to the build matrix (#368)
1 parent f3813b4 commit 0b508a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
GOPATH: ${{ github.workspace }}/go
1010
strategy:
1111
matrix:
12-
go: [1.11, 1.12, 1.13]
12+
go: [1.12, 1.13, 1.14]
1313
steps:
1414

1515
- name: Set up Go ${{ matrix.go }}
@@ -37,7 +37,6 @@ jobs:
3737

3838
- name: Run Formatter
3939
working-directory: ./go/src/firebase.google.com/go
40-
if: matrix.go != '1.11'
4140
run: |
4241
if [[ ! -z "$(gofmt -l -s .)" ]]; then
4342
echo "Go code is not formatted:"

0 commit comments

Comments
 (0)