File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6363 if : steps.check-for-backend.outputs.has-backend == 'true'
6464 uses : actions/setup-go@v2
6565 with :
66- go-version : " 1.14 "
66+ go-version : " 1.16 "
6767
6868 - name : Test backend
6969 if : steps.check-for-backend.outputs.has-backend == 'true'
Original file line number Diff line number Diff line change 5959 - name : Setup Go environment
6060 uses : actions/setup-go@v2
6161 with :
62- go-version : " 1.15 "
62+ go-version : " 1.16 "
6363
6464 - name : Test backend
6565 if : steps.check-for-backend.outputs.has-backend == 'true'
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ import { configure } from 'enzyme';
22import Adapter from '@wojtekmaj/enzyme-adapter-react-17' ;
33
44/**
5- * Configure for React 16
5+ * Configure for React
66 */
77configure ( { adapter : new Adapter ( ) } ) ;
You can’t perform that action at this time.
0 commit comments